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
commit 99e650929c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ "." ];