Merge pull request #191361 from r-ryantm/auto-update/fulcrum

This commit is contained in:
Pavol Rusnak 2022-09-15 20:27:22 +02:00 committed by GitHub
commit a0e0d16dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fulcrum";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "cculianu";
repo = "Fulcrum";
rev = "v${version}";
sha256 = "sha256-FIa6eAE6yyJR5UdlCXB2Gx3DqN528POxb0eYOCpVjJk=";
sha256 = "sha256-g80XL7dzq2Ed08zAcgBjrHfL1Qqxhr5sL9koaE4fl/I=";
};
nativeBuildInputs = [ pkg-config qmake ];