gopass: 1.15.3 → 1.15.4

This commit is contained in:
Nikolay Korotkiy 2023-02-13 22:48:55 +03:00
parent 5c4a6ca67d
commit c7ddec6e17
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -13,18 +13,18 @@
buildGoModule rec {
pname = "gopass";
version = "1.15.3";
version = "1.15.4";
nativeBuildInputs = [ installShellFiles makeWrapper ];
src = fetchFromGitHub {
owner = "gopasspw";
repo = pname;
repo = "gopass";
rev = "v${version}";
hash = "sha256-xXXlpr+qwks+hWTPMu9xJVIamLriipzm0XQqOpg8Ipw=";
hash = "sha256-Jm5H36DI6Mqdnm34+GUMEYxEefXLxgnwWo4fhKOayxY=";
};
vendorHash = "sha256-Tb7eIv2G/VfRP1J6taJjAOtZQakA2pcocZ9kZemcZo0=";
vendorHash = "sha256-IJSEU6a3AhA/cVTWXhVtNtvA/D0hyRlqL7pec1Tlyio=";
subPackages = [ "." ];