summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-03-25 15:41:43 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-03-25 16:20:31 +0100
commitb58a559da25918bbc846ca9b4ee0d2e142a543b3 (patch)
tree5646d8fe475b58c84f2101110f62cc6c52d8f735 /pkgs/tools/security
parente235465058f37b1a4f222957352c1e373905521d (diff)
sbctl: 0.10 -> 0.11
https://github.com/Foxboron/sbctl/releases/tag/0.11
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/sbctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sbctl/default.nix b/pkgs/tools/security/sbctl/default.nix
index c84e1af5bb42e..6471425a85814 100644
--- a/pkgs/tools/security/sbctl/default.nix
+++ b/pkgs/tools/security/sbctl/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "sbctl";
-  version = "0.10";
+  version = "0.11";
 
   src = fetchFromGitHub {
     owner = "Foxboron";
     repo = pname;
     rev = version;
-    hash = "sha256-rjqfWOJRG+9GbNNeRafkNx7Khm/vtGeMlfKkz0qFXJY=";
+    hash = "sha256-kApPb8X1JCP1XfyVFcoCDd+yrytTKSkNWRHKDA3mGaQ=";
   };
 
-  vendorSha256 = "sha256-3wT/pWKIdEpkLUpOmpKhLA9AyO36LqZBAwamzOUGhFY=";
+  vendorHash = "sha256-WbPYTETTOzqWH+q6fzyDgm0wMScbLWlksLxkDjopF4E=";
 
   ldflags = [ "-s" "-w" "-X github.com/foxboron/sbctl.DatabasePath=${databasePath}" ];