about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-12 12:02:20 -0400
committerGitHub <noreply@github.com>2023-09-12 12:02:20 -0400
commitf22a472661d66c655eae5b0a01ada71e4e13e405 (patch)
tree6929a3a5c57461d2477acc7d0ace693eebbc7576 /pkgs/tools
parent96593e98d890568a09690cce8f563e3381f9bb2b (diff)
parent11108bca212abbdf90d1898e9dbf46d5b4e81cbe (diff)
Merge pull request #254758 from aaronjheng/gjo
gjo: use sri hash
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/gjo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gjo/default.nix b/pkgs/tools/text/gjo/default.nix
index da8fa212940ac..99d988797bfce 100644
--- a/pkgs/tools/text/gjo/default.nix
+++ b/pkgs/tools/text/gjo/default.nix
@@ -11,10 +11,10 @@ buildGoModule rec {
     owner = "skanehira";
     repo = "gjo";
     rev = version;
-    sha256 = "07halr0jzds4rya6hlvp45bjf7vg4yf49w5q60mch05hk8qkjjdw";
+    hash = "sha256-vEk5MZqwAMgqMLjwRJwnbx8nVyF3U2iUz0S3L0GmCh4=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   meta = with lib; {
     description = "Small utility to create JSON objects";