lol

gopass-hibp: 1.15.17 -> 1.15.18 (#446809)

authored by

Nikolay Korotkiy and committed by
GitHub
1482cbc7 ca40fe77

+5 -3
+5 -3
pkgs/tools/security/gopass/hibp.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "gopass-hibp"; 11 - version = "1.15.17"; 11 + version = "1.15.18"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "gopasspw"; 15 15 repo = "gopass-hibp"; 16 16 rev = "v${version}"; 17 - hash = "sha256-MUC9eYpm+1inkJtTmXxfS3bTMcsQCZlpNhqlq0p7fEY="; 17 + hash = "sha256-tlElF7AO4eJQAYwqBdwf6140Y1lsB8xdPCPfZZe/d8k="; 18 18 }; 19 19 20 - vendorHash = "sha256-58coZrNZdCK3R5EeJ/xQbRr94Y4ugufjrkaoeQgN1YY="; 20 + vendorHash = "sha256-3uxKxpIgnQvTA1v/IJU7Z8IfIjjyhOFU7Py8uPIQ1q8="; 21 21 22 22 subPackages = [ "." ]; 23 23 ··· 34 34 wrapProgram $out/bin/gopass-hibp \ 35 35 --prefix PATH : "${lib.makeBinPath [ gopass ]}" 36 36 ''; 37 + 38 + __darwinAllowLocalNetworking = true; 37 39 38 40 meta = with lib; { 39 41 description = "Gopass haveibeenpwnd.com integration";