about summary refs log tree commit diff
path: root/pkgs/tools/security/sbctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-14 14:54:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-14 14:54:24 +0000
commit21192f2cbadf5956e8ba6a7c2c2f476ecc113215 (patch)
tree8c51b1f41a159daac5b69206f6af7600bbf2e647 /pkgs/tools/security/sbctl
parentc917b69e56f8c24be14f99b23d675fe6dd555e90 (diff)
sbctl: 0.9 -> 0.10
Diffstat (limited to 'pkgs/tools/security/sbctl')
-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 7bc19b95942b1..c84e1af5bb42e 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.9";
+  version = "0.10";
 
   src = fetchFromGitHub {
     owner = "Foxboron";
     repo = pname;
     rev = version;
-    hash = "sha256-mntb3EMB+QTnFU476Dq6T6rAAv0JeYbvWJ/pbL3a4RE=";
+    hash = "sha256-rjqfWOJRG+9GbNNeRafkNx7Khm/vtGeMlfKkz0qFXJY=";
   };
 
-  vendorSha256 = "sha256-k6AIYigjxbitH0hH+vwRt2urhNYTToIF0eSsIWbzslI=";
+  vendorSha256 = "sha256-3wT/pWKIdEpkLUpOmpKhLA9AyO36LqZBAwamzOUGhFY=";
 
   ldflags = [ "-s" "-w" "-X github.com/foxboron/sbctl.DatabasePath=${databasePath}" ];