coqPackages.bbv: modernize mkCoqDerivation release hash format

This commit is contained in:
Yifei Sun
2026-06-17 21:33:52 +02:00
parent c94a501489
commit 24bd08564f
+1 -1
View File
@@ -21,7 +21,7 @@ mkCoqDerivation {
}
] null;
release = {
"1.5".sha256 = "sha256-8/VPsfhNpuYpLmLC/hWszDhgvS6n8m7BRxUlea8PSUw=";
"1.5".hash = "sha256-8/VPsfhNpuYpLmLC/hWszDhgvS6n8m7BRxUlea8PSUw=";
};
releaseRev = v: "v${v}";