about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-12-28 09:18:59 +0100
committerGitHub <noreply@github.com>2023-12-28 09:18:59 +0100
commit615768186426bbee068babbf846b5edab96baf61 (patch)
tree46d1da031aa727330acca071100b309600645e48 /pkgs/tools/security
parent342bd1f27990f52cf6f424b06f04c51dc6370108 (diff)
parent361628d8f983b25faf3d71268dca37c5b5189ee8 (diff)
Merge pull request #276824 from r-ryantm/auto-update/sbctl
sbctl: 0.12 -> 0.13
Diffstat (limited to 'pkgs/tools/security')
-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=";