summary refs log tree commit diff
path: root/pkgs/applications/misc/hivemind
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-08-29 14:33:47 +0800
committerAaron Jheng <wentworth@outlook.com>2023-08-29 14:33:47 +0800
commitcfacb52c2d6b775137244c97f28c7184369b222f (patch)
treec1d9eaadd11d71d31c132f344cbf13a9c098fbac /pkgs/applications/misc/hivemind
parent48516a891d020801bc5304375739d2604400c741 (diff)
downloadnixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.tar
nixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.tar.gz
nixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.tar.bz2
nixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.tar.lz
nixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.tar.xz
nixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.tar.zst
nixpkgs-cfacb52c2d6b775137244c97f28c7184369b222f.zip
hivemind: use sri hash
Diffstat (limited to 'pkgs/applications/misc/hivemind')
-rw-r--r--pkgs/applications/misc/hivemind/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/misc/hivemind/default.nix b/pkgs/applications/misc/hivemind/default.nix
index 0562e1d52d9..adc6aa3642e 100644
--- a/pkgs/applications/misc/hivemind/default.nix
+++ b/pkgs/applications/misc/hivemind/default.nix
@@ -12,9 +12,10 @@ buildGoModule rec {
     owner = "DarthSim";
     repo = "hivemind";
     rev = "v${version}";
-    sha256 = "YUR9OwRuH1xSPs8iTsSIjLCt2TyYH357IAYULGTyYUc=";
+    hash = "sha256-YUR9OwRuH1xSPs8iTsSIjLCt2TyYH357IAYULGTyYUc=";
   };
-  vendorSha256 = "KweFhT8Zueg45Q/vw3kNET35hB+0WbUPfz0FYaAiIA8=";
+
+  vendorHash = "sha256-KweFhT8Zueg45Q/vw3kNET35hB+0WbUPfz0FYaAiIA8=";
 
   meta = with lib; {
     homepage = "https://github.com/DarthSim/";