gr-framework: 0.73.8 -> 0.73.10

This commit is contained in:
R. Ryantm
2024-12-24 17:30:23 +00:00
parent 9c4c97a033
commit d61d838689
+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 = [