gopass-hibp: 1.15.17 -> 1.15.18

This commit is contained in:
R. Ryantm
2025-09-28 11:10:51 +04:00
committed by Nikolay Korotkiy
parent 518168cb92
commit bd8e84be31
+5 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "gopass-hibp";
version = "1.15.17";
version = "1.15.18";
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass-hibp";
rev = "v${version}";
hash = "sha256-MUC9eYpm+1inkJtTmXxfS3bTMcsQCZlpNhqlq0p7fEY=";
hash = "sha256-tlElF7AO4eJQAYwqBdwf6140Y1lsB8xdPCPfZZe/d8k=";
};
vendorHash = "sha256-58coZrNZdCK3R5EeJ/xQbRr94Y4ugufjrkaoeQgN1YY=";
vendorHash = "sha256-3uxKxpIgnQvTA1v/IJU7Z8IfIjjyhOFU7Py8uPIQ1q8=";
subPackages = [ "." ];
@@ -35,6 +35,8 @@ buildGoModule rec {
--prefix PATH : "${lib.makeBinPath [ gopass ]}"
'';
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Gopass haveibeenpwnd.com integration";
homepage = "https://github.com/gopasspw/gopass-hibp";