gopass-hibp: 1.15.3 → 1.15.4

This commit is contained in:
Nikolay Korotkiy 2023-02-13 22:51:51 +03:00
parent d20bc9b646
commit f3ff97d4c7
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gopass-hibp";
version = "1.15.3";
version = "1.15.4";
src = fetchFromGitHub {
owner = "gopasspw";
repo = pname;
repo = "gopass-hibp";
rev = "v${version}";
hash = "sha256-KqW1q3CnniNeQFypeZ6x/ov58SOMfAX5P2MMDKjMYBg=";
hash = "sha256-tqZVzYO3yKyUxfC+pxG+QuW9GBoPBteOdJMchepZ1jo=";
};
vendorHash = "sha256-w1Kxocrwcgn0g6ZBJ7obHraHK397bJltUFkm+/p4H5Y=";
vendorHash = "sha256-48KwEcB5KRUwrKCuyNhhuSVRXE3U5/yVYE2xO05AeF8=";
subPackages = [ "." ];