gopass-hibp: 1.15.16 -> 1.15.17

This commit is contained in:
R. Ryantm
2025-09-17 00:36:03 +00:00
parent 93b1ca689d
commit b7afb66527
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "gopass-hibp";
version = "1.15.16";
version = "1.15.17";
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass-hibp";
rev = "v${version}";
hash = "sha256-wmZtLVZhIKAcaE7CC7mlGq/ybcANki1vzdgAoh+NXB8=";
hash = "sha256-MUC9eYpm+1inkJtTmXxfS3bTMcsQCZlpNhqlq0p7fEY=";
};
vendorHash = "sha256-5+DdlNqPNbStG7c6eX4t+4ICi3ZfCNQblkyw3eFZZL4=";
vendorHash = "sha256-58coZrNZdCK3R5EeJ/xQbRr94Y4ugufjrkaoeQgN1YY=";
subPackages = [ "." ];