gpredict: switch to fetchFromGithub tag

This commit is contained in:
Gavin John
2025-04-18 14:05:49 -07:00
parent 539ac842af
commit 4a8342bbb8
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "csete";
repo = "gpredict";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-+hgjImfT3nWMBYwde7+KC/hzd84pwQbpoJvaJSNG4E8=";
};