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

This commit is contained in:
Pavol Rusnak 2022-12-24 19:57:34 +01:00 committed by GitHub
commit a7b19f56f1
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.2";
version = "1.9.0";
src = fetchFromGitHub {
owner = "cculianu";
repo = "Fulcrum";
rev = "v${version}";
sha256 = "sha256-sX9GeY+c/mcsAWApQ0E5LwoXZgWUC4w7YY8/PEzMhl8=";
sha256 = "sha256-HAA5YRShLzxVP9aIP1RdDH09cZqjiZhZOxxc2EVGvx8=";
};
nativeBuildInputs = [ pkg-config qmake ];