Merge pull request #176545 from prusnak/fulcrum

fulcrum: 1.6.0 -> 1.7.0
This commit is contained in:
Pavol Rusnak 2022-06-06 14:39:22 +02:00 committed by GitHub
commit 0938bae5fe
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.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "cculianu";
repo = "Fulcrum";
rev = "v${version}";
sha256 = "sha256-oywxGg+Ss7qBITI2PBXQs5ph7PZbJ3c1smtT/TcVoLI=";
sha256 = "sha256-FIa6eAE6yyJR5UdlCXB2Gx3DqN528POxb0eYOCpVjJk=";
};
nativeBuildInputs = [ pkg-config qmake ];