gr-framework: 0.73.8 -> 0.73.10 (#365015)

This commit is contained in:
Weijia Wang
2025-01-05 00:46:00 +01:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "gr-framework";
version = "0.73.8";
version = "0.73.10";
src = fetchFromGitHub {
owner = "sciapp";
repo = "gr";
rev = "v${version}";
hash = "sha256-6RgNFGRprke7AUu24VS9iYUcWMWJ/DQ/LIvleyQgza4=";
hash = "sha256-vCcXWgoaWcaNRgIk9CrXp8eTII/CBOHR1iDncC/Cd4k=";
};
nativeBuildInputs = [