1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

gopass: 1.9.1 -> 1.9.2

Changelog: https://github.com/gopasspw/gopass/releases/tag/v1.9.2
This commit is contained in:
Mario Rodas 2020-05-13 20:20:20 -05:00
parent 39b92f6e45
commit 7a642881c9
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -9,7 +9,7 @@
buildGoModule rec {
pname = "gopass";
version = "1.9.1";
version = "1.9.2";
nativeBuildInputs = [ installShellFiles makeWrapper ];
@ -17,7 +17,7 @@ buildGoModule rec {
owner = "gopasspw";
repo = pname;
rev = "v${version}";
sha256 = "19xhyyd76r17rwn6s8xgfjnyi7kywagy0i4anqws40w79j3qb1p0";
sha256 = "066dphw8xq0g72kj64sdai2yyllnr6ca27bfy5sxhk8x69j97rvz";
};
vendorSha256 = "1wn20bh7ma4pblsf6qnlbz5bx4p9apig3d1yz7cpsqv4z3w07baw";