git-credential-gopass: 1.15.14 -> 1.15.15

This commit is contained in:
R. Ryantm 2024-11-25 03:09:34 +00:00
parent 1ca5dab707
commit b5af449a6f

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "git-credential-gopass"; pname = "git-credential-gopass";
version = "1.15.14"; version = "1.15.15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gopasspw"; owner = "gopasspw";
repo = "git-credential-gopass"; repo = "git-credential-gopass";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Kj7VIk81CzVbPMfGqm0z6APECF4IlqM0tbyogbWeBkg="; hash = "sha256-xtZAT1Lb7YJ0Hy2cMT2riVbEoWtz7lusKJ9QT4ZI6Ek=";
}; };
vendorHash = "sha256-ZNHAjFzMMxodxb/AGVq8q+sP36qR5+8eaKdmmjIaMjs="; vendorHash = "sha256-onpg0CRm5HSfMEejhn2ycnV1GuukX1SK4FZN/KjEiR4=";
subPackages = [ "." ]; subPackages = [ "." ];