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

fulcrum: 1.8.0 -> 1.8.1
This commit is contained in:
Pavol Rusnak 2022-09-18 18:16:52 +02:00 committed by GitHub
commit 334c6d56aa
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.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "cculianu";
repo = "Fulcrum";
rev = "v${version}";
sha256 = "sha256-g80XL7dzq2Ed08zAcgBjrHfL1Qqxhr5sL9koaE4fl/I=";
sha256 = "sha256-GaXXqIHuMTGn8iLymAhL8i0HzXmaO6RxtvIzgWw6QI0=";
};
nativeBuildInputs = [ pkg-config qmake ];