diff --git a/pkgs/applications/graphics/round/default.nix b/pkgs/applications/graphics/round/default.nix index a34a52c4eeeb..a41ecc8db73d 100644 --- a/pkgs/applications/graphics/round/default.nix +++ b/pkgs/applications/graphics/round/default.nix @@ -11,10 +11,10 @@ buildGoModule rec { owner = "mingrammer"; repo = pname; rev = "v${version}"; - sha256 = "09brjr3h4qnhlidxlki1by5anahxy16ai078zm4k7ryl579amzdw"; + hash = "sha256-vP2q0inU5zNJ/eiAqEzwHSqril8hTtpbpNBiAkeWeSU="; }; - vendorSha256 = null; + vendorHash = null; subPackages = [ "." ];