Merge pull request #136059 from marsam/update-gopass
gopass: 1.12.7 -> 1.12.8
This commit is contained in:
commit
17d89f950c
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gopass";
|
pname = "gopass";
|
||||||
version = "1.12.7";
|
version = "1.12.8";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles makeWrapper ];
|
nativeBuildInputs = [ installShellFiles makeWrapper ];
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@ buildGoModule rec {
|
||||||
owner = "gopasspw";
|
owner = "gopasspw";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08mzm03vhc8pqyl17y8dkrcpgy3ckmb84x84b6ap3cja3y8gmj5x";
|
sha256 = "0f3nnhipx2p8w04rxva0pcf7g1nhr4f5bz5dbvr2m76lkiaz5q3v";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0ym6f1h51bj3qlzxs936fz3p47l63nad4xckl16m13iy0k7z5flg";
|
vendorSha256 = "14khs15k9d5m5dms3l4a5bi0s3zl1irm0i4s9pf86gpyz7b55l6a";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ buildGoModule rec {
|
||||||
homepage = "https://www.gopass.pw/";
|
homepage = "https://www.gopass.pw/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ andir rvolosatovs ];
|
maintainers = with maintainers; [ andir rvolosatovs ];
|
||||||
changelog = "https://github.com/gopasspw/gopass/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/gopasspw/gopass/raw/v${version}/CHANGELOG.md";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
gopass is a rewrite of the pass password manager in Go with the aim of
|
gopass is a rewrite of the pass password manager in Go with the aim of
|
||||||
|
|
Loading…
Reference in a new issue