coqPackages.Vpl: modernize mkCoqDerivation release hash format

This commit is contained in:
Yifei Sun
2026-06-17 21:34:23 +02:00
parent 068f2f2b80
commit aabd366d44
+1 -1
View File
@@ -12,7 +12,7 @@ mkCoqDerivation {
defaultVersion = if lib.versions.range "8.8" "8.9" coq.coq-version then "0.5" else null;
release."0.5".sha256 = "sha256-mSD/xSweeK9WMxWDdX/vzN96iXo74RkufjuNvtzsP9o=";
release."0.5".hash = "sha256-mSD/xSweeK9WMxWDdX/vzN96iXo74RkufjuNvtzsP9o=";
setSourceRoot = "sourceRoot=$(echo */coq)";