gopass: 1.8.2 -> 1.8.3

This commit is contained in:
Mario Rodas 2018-12-16 19:07:48 -05:00
parent 5b9aa05522
commit c32752fb12
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

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 ([