gitsign: 0.9.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-04-03 01:56:19 +00:00
parent ce93557538
commit 45e3069312

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "gitsign";
version = "0.9.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-52Vyh2aImus9ZTb082N2FRMIsfykfQ2+AVUT2VD6lJ4=";
hash = "sha256-WaiGkbjqty/MsTWPvx5DmmaNwWTJAEFKwVqArt2oZZc=";
};
vendorHash = "sha256-fQTd7J2l7W3E5RQIr2hn2wp9CPHn8N8TpDqfbb3TFgI=";
vendorHash = "sha256-p2E010k7uozpLvl9VpfG5/JyQR4mVUBKv2p78UdFlac=";
subPackages = [
"."