git-credential-gopass: 1.15.16 -> 1.15.17

This commit is contained in:
R. Ryantm
2025-09-17 02:03:58 +00:00
parent ac8e9fb8c8
commit 5433ed9518
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "git-credential-gopass";
version = "1.15.16";
version = "1.15.17";
src = fetchFromGitHub {
owner = "gopasspw";
repo = "git-credential-gopass";
rev = "v${version}";
hash = "sha256-R3PQtBUu2qApexr1jk1cROr73sWsGfDHimf2oZa1Y8U=";
hash = "sha256-dMCDRrq0o6naobsnKLedY6ORJdEOPdGG7L49VmcQiJQ=";
};
vendorHash = "sha256-FE4ZZjXOWx4swj5FMNN7keZjK2BHkGF0deegbZaBak0=";
vendorHash = "sha256-MoellcZ/4iDu1hZ/5qvupfozl+iUP7Uc4RV0LxPaIOc=";
subPackages = [ "." ];