gopass-hibp: 1.15.18 -> 1.16.0

This commit is contained in:
R. Ryantm
2025-11-13 20:05:46 +00:00
parent 61630d4ab5
commit 661e65e6b5
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "gopass-hibp";
version = "1.15.18";
version = "1.16.0";
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass-hibp";
rev = "v${version}";
hash = "sha256-tlElF7AO4eJQAYwqBdwf6140Y1lsB8xdPCPfZZe/d8k=";
hash = "sha256-S4X2DWaktAfoqjLz7yAF5I0v+01bQbQLSgEb/105iCk=";
};
vendorHash = "sha256-3uxKxpIgnQvTA1v/IJU7Z8IfIjjyhOFU7Py8uPIQ1q8=";
vendorHash = "sha256-8LC271XuMeDGWZnysMMumoqLwklQpDKr8VF/zyCvwNA=";
subPackages = [ "." ];