Merge pull request #252249 from aaronjheng/reg

reg: use sri hash
This commit is contained in:
Nick Cao
2023-08-31 17:53:55 -04:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@ buildGoModule rec {
owner = "genuinetools";
repo = "reg";
rev = "v${version}";
sha256 = "1jlza1czfssssi3y9zi6kr8k9msfa7vp215ibhwbz4h97av5xw5m";
hash = "sha256-tfBetjoJkr84XLEEcfdRTtc0UZ4m/uRH1Fpr91lQn8o=";
};
patches = [
@@ -29,7 +29,7 @@ buildGoModule rec {
})
];
vendorSha256 = null;
vendorHash = null;
doCheck = false;
meta = with lib; {