zcash: modernize derivation

This commit is contained in:
Guy Chronister
2026-03-18 19:23:19 -05:00
parent 78f422f941
commit 17409fdbbe
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "zcash";
repo = "zcash";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-XGq/cYUo43FcpmRDO2YiNLCuEQLsTFLBFC4M1wM29l8=";
};