Skip to content

Commit

Permalink
gopass: 1.12.7 -> 1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Aug 28, 2021
1 parent 0f157df commit a54208d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/security/gopass/default.nix
Expand Up @@ -13,18 +13,18 @@

buildGoModule rec {
pname = "gopass";
version = "1.12.7";
version = "1.12.8";

nativeBuildInputs = [ installShellFiles makeWrapper ];

src = fetchFromGitHub {
owner = "gopasspw";
repo = pname;
rev = "v${version}";
sha256 = "08mzm03vhc8pqyl17y8dkrcpgy3ckmb84x84b6ap3cja3y8gmj5x";
sha256 = "0f3nnhipx2p8w04rxva0pcf7g1nhr4f5bz5dbvr2m76lkiaz5q3v";
};

vendorSha256 = "0ym6f1h51bj3qlzxs936fz3p47l63nad4xckl16m13iy0k7z5flg";
vendorSha256 = "14khs15k9d5m5dms3l4a5bi0s3zl1irm0i4s9pf86gpyz7b55l6a";

subPackages = [ "." ];

Expand Down Expand Up @@ -60,7 +60,7 @@ buildGoModule rec {
homepage = "https://www.gopass.pw/";
license = licenses.mit;
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 = ''
gopass is a rewrite of the pass password manager in Go with the aim of
Expand Down

0 comments on commit a54208d

Please sign in to comment.