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

fulcrum: 1.9.7 -> 1.9.8
This commit is contained in:
Pavol Rusnak 2024-01-13 21:21:04 -05:00 committed by GitHub
commit e704803861
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.9.7";
version = "1.9.8";
src = fetchFromGitHub {
owner = "cculianu";
repo = "Fulcrum";
rev = "v${version}";
sha256 = "sha256-EslrlnMgH6W/0q/P4H/o6n3zbBDNIGuNAFyGWcZBYL4=";
sha256 = "sha256-cWrhALYIjhOCKi/uPXD8Ty0wuN4WQq+8o97M6CtW+YE=";
};
nativeBuildInputs = [ pkg-config qmake ];