Merge pull request #276824 from r-ryantm/auto-update/sbctl

sbctl: 0.12 -> 0.13

authored by markuskowa and committed by GitHub 61576818 342bd1f2

+2 -2
+2 -2
pkgs/tools/security/sbctl/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "sbctl"; 11 - version = "0.12"; 11 + version = "0.13"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Foxboron"; 15 15 repo = pname; 16 16 rev = version; 17 - hash = "sha256-1dA+a8GS4teaLmclatJNKt+OjhabLO4j/+p4Q95yG/s="; 17 + hash = "sha256-vxPYWoBU4k2fKWXGaMzIkUdj+EmPWTtCvMwAVmsgKaE="; 18 18 }; 19 19 20 20 vendorHash = "sha256-kVXzHTONPCE1UeAnUiULjubJeZFD0DAxIk+w8/Dqs6c=";