about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-26 01:36:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-26 01:36:28 +0000
commit361628d8f983b25faf3d71268dca37c5b5189ee8 (patch)
tree8e13ead3d57b67be86bfd0033659597b53a1a50b
parent904b22f4024a67b196eda237e8b7cdd2fd4fe7ee (diff)
sbctl: 0.12 -> 0.13
-rw-r--r--pkgs/tools/security/sbctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/sbctl/default.nix b/pkgs/tools/security/sbctl/default.nix
index 0778406b40cb5..a5fe6cf6548c6 100644
--- a/pkgs/tools/security/sbctl/default.nix
+++ b/pkgs/tools/security/sbctl/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "sbctl";
-  version = "0.12";
+  version = "0.13";
 
   src = fetchFromGitHub {
     owner = "Foxboron";
     repo = pname;
     rev = version;
-    hash = "sha256-1dA+a8GS4teaLmclatJNKt+OjhabLO4j/+p4Q95yG/s=";
+    hash = "sha256-vxPYWoBU4k2fKWXGaMzIkUdj+EmPWTtCvMwAVmsgKaE=";
   };
 
   vendorHash = "sha256-kVXzHTONPCE1UeAnUiULjubJeZFD0DAxIk+w8/Dqs6c=";