gopass-jsonapi: 1.15.5 -> 1.15.7
Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.5...v1.15.7 Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.7/CHANGELOG.md
This commit is contained in:
parent
614c2be7a2
commit
4ff2823dbf
@ -8,16 +8,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gopass-jsonapi";
|
||||
version = "1.15.5";
|
||||
version = "1.15.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gopasspw";
|
||||
repo = "gopass-jsonapi";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ZSX5g1agmnPU8Nlmptr3GVrjtPPKbDxouSjz9ulSW44=";
|
||||
hash = "sha256-lwY5uc6eKqXO8FbvzlrpQY0y5AEcV0RQFvvnE+At6z0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-JWOBGTJFzihoznYFzcgjayAzNof6Ob5u3Jfx2a6zwEk=";
|
||||
vendorHash = "sha256-BKwgP22l4t4jaAHHh+ZD/2nroCtAp/A6DqHt+9HZzKw=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
@ -34,7 +34,8 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Enables communication with gopass via JSON messages";
|
||||
homepage = "https://www.gopass.pw/";
|
||||
homepage = "https://github.com/gopasspw/gopass-jsonapi";
|
||||
changelog = "https://github.com/gopasspw/gopass-jsonapi/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ maxhbr ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user