Merge pull request #52412 from marsam/update-gopass

gopass: 1.8.2 -> 1.8.3
This commit is contained in:
Alyssa Ross 2018-12-17 00:35:25 +00:00 committed by GitHub
commit 1f94515941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, xclip, makeWrapper }:
buildGoPackage rec {
version = "1.8.2";
version = "1.8.3";
name = "gopass-${version}";
goPackagePath = "github.com/gopasspw/gopass";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "gopasspw";
repo = "gopass";
rev = "v${version}";
sha256 = "0a2nnm3liilp2jcsvgyp87cjw92gspcc3azaszfvx125l63r4c9f";
sha256 = "1m4dmydgbpyrqv0blbrw66f2340c6hbz2wg22mpybf0zvd5i9ba6";
};
wrapperPath = with stdenv.lib; makeBinPath ([