coqPackages.coinduction: modernize mkCoqDerivation release hash format

This commit is contained in:
Yifei Sun
2026-06-17 21:33:54 +02:00
parent 523653be97
commit 80cc0d0eb7
@@ -21,7 +21,7 @@ mkCoqDerivation {
}
] null;
release = {
"1.9".sha256 = "sha256-bBU+xDklnzJBeN41GarW5KXzD8eKsOYtb//ULYumwWE=";
"1.9".hash = "sha256-bBU+xDklnzJBeN41GarW5KXzD8eKsOYtb//ULYumwWE=";
};
releaseRev = v: "v${v}";