gr-framework: 0.73.7 -> 0.73.8

This commit is contained in:
R. Ryantm 2024-10-23 03:34:10 +00:00
parent ee8bdf4f09
commit 481e766445

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "gr-framework";
version = "0.73.7";
version = "0.73.8";
src = fetchFromGitHub {
owner = "sciapp";
repo = "gr";
rev = "v${version}";
hash = "sha256-Xd1x6RUlre/5oxq0wiVKkIAuGKgtoNY/5aa7dvmn71U=";
hash = "sha256-6RgNFGRprke7AUu24VS9iYUcWMWJ/DQ/LIvleyQgza4=";
};
nativeBuildInputs = [