Merge pull request #250443 from aaronjheng/round

round: use sri hash
This commit is contained in:
Nick Cao
2023-08-21 19:06:21 +08:00
committed by GitHub
+2 -2
View File
@@ -11,10 +11,10 @@ buildGoModule rec {
owner = "mingrammer";
repo = pname;
rev = "v${version}";
sha256 = "09brjr3h4qnhlidxlki1by5anahxy16ai078zm4k7ryl579amzdw";
hash = "sha256-vP2q0inU5zNJ/eiAqEzwHSqril8hTtpbpNBiAkeWeSU=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "." ];