gopass-jsonapi: 1.16.0 -> 1.16.1

This commit is contained in:
Zexin Yuan
2025-12-16 10:27:11 +08:00
parent e12dccdc36
commit 3af0835334
+3 -3
View File
@@ -26,16 +26,16 @@ let
in
buildGoModule rec {
pname = "gopass-jsonapi";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass-jsonapi";
rev = "v${version}";
hash = "sha256-LPGAK/vwcbsAvL3TXX78cPCbNbYXh2++Ta1D8RjbKK4=";
hash = "sha256-JN/SC7lvPVTONNbOUmgu//xK/GaR5Tljxn99Zb1J/kQ=";
};
vendorHash = "sha256-TTTjQRUYKqtyE/vFHol0ewbkh+2oGo9Pjr1qTmfXrq4=";
vendorHash = "sha256-Ki0gzhDkoUvgTCN4bYrqvN0u3AgdG22MWxcVHIE9lUQ=";
subPackages = [ "." ];