about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/round/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/round/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/round/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/round/default.nix b/nixpkgs/pkgs/applications/graphics/round/default.nix
index a34a52c4eeeb..a41ecc8db73d 100644
--- a/nixpkgs/pkgs/applications/graphics/round/default.nix
+++ b/nixpkgs/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 = [ "." ];