about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gst
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-21 22:23:40 +0800
committerGitHub <noreply@github.com>2023-09-21 16:23:40 +0200
commit7735659333e1d39a813ccc26b31757e191192a8c (patch)
treeb6055ab7c7f7796e80f9f0f87ab73bea5f98351b /pkgs/applications/version-management/gst
parentc68510839b08a5b06222d81262ce4b5505d711ff (diff)
treewide: use sri hash (#256481)
Diffstat (limited to 'pkgs/applications/version-management/gst')
-rw-r--r--pkgs/applications/version-management/gst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gst/default.nix b/pkgs/applications/version-management/gst/default.nix
index f0f347d14ca46..bf7abf12d7bfc 100644
--- a/pkgs/applications/version-management/gst/default.nix
+++ b/pkgs/applications/version-management/gst/default.nix
@@ -13,10 +13,10 @@ buildGoModule rec {
     owner = "uetchy";
     repo = "gst";
     rev = "v${version}";
-    sha256 = "07cixz5wlzzb4cwcrncg2mz502wlhd3awql5js1glw9f6qfwc5in";
+    hash = "sha256-NhbGHTYucfqCloVirkaDlAtQfhWP2cw4I+t/ysvvkR0=";
   };
 
-  vendorSha256 = "0k5xl55vzpl64gwsgaff92jismpx6y7l2ia0kx7gamd1vklf0qwh";
+  vendorHash = "sha256-kGPg6NyhVfVOn0BFQY83/VYdpUjOqaf5I4bev0uhvUw=";
 
   doCheck = false;