about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-12 21:44:08 +0800
committerAaron Jheng <wentworth@outlook.com>2023-09-12 21:44:08 +0800
commit11108bca212abbdf90d1898e9dbf46d5b4e81cbe (patch)
treedb45bfa5a3d5fe7cfea2d9d40d5d3c6b3a143747 /pkgs/tools
parent6ef5ca47a9c188dfaa59c2bdf7e0a2712986f866 (diff)
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";