gitsign: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-02-12 16:40:33 +00:00
parent 1ffb40b297
commit 2a560b6540

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "gitsign";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-COgoj5MrX7VBwjgfH+Ud7gp0gE7gpsYoyd0Jv4uXoec=";
hash = "sha256-+oJBpERU2WbfmS7MyBbJKrh4kzY+rgSw4uKAU1y5kR4=";
};
vendorHash = "sha256-btvFro0K0+9potwForIj/7h41l+LbUE0Gym9aHaWtEE=";
vendorHash = "sha256-Z46eDqUc8Mdq9lEMx1YOuSh5zPIMQrSkbto33AmgANU=";
subPackages = [
"."