about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-03-25 19:41:58 +0100
committerGitHub <noreply@github.com>2023-03-25 19:41:58 +0100
commit1c0306c913bef5ffff5f91b373153ad980bc4f2d (patch)
tree3e431b2db32703c5e43b2352c49a0b8a7c96ff6d /pkgs/tools/security
parent03b6ad65f3e62ed36d0982b1022d0a97bd9ccf4c (diff)
parentb58a559da25918bbc846ca9b4ee0d2e142a543b3 (diff)
Merge pull request #223079 from RaitoBezarius/sbctl-update
sbctl: 0.10 -> 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}" ];