gitsign: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-04-09 19:49:29 +00:00
parent b1dd7557c3
commit 0b219bc2b1

View File

@@ -10,15 +10,15 @@
buildGoModule rec {
pname = "gitsign";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-MOj3bpVgeZlsvJqPD5mAud7jSHsRPCKvYAe2aQ4rWcw=";
hash = "sha256-sxkQOqlCgS/QFfRN5Rtdih2zjiGHY6H9Kjlw0Q74W2A=";
};
vendorHash = "sha256-POB8mSGyW45RSbNq9Vp/LW3jEtnHi7zufihXFTnWEfw=";
vendorHash = "sha256-CvswCIczi+MyHsluz39CnfVJEcc49wkEby67qHxv+wI=";
subPackages = [
"."