gopass: 1.6.7 -> 1.6.11

Use the latest update
This commit is contained in:
Suvash Thapaliya 2018-02-27 13:35:43 +01:00
parent e899be83f0
commit fad95a35c5
No known key found for this signature in database
GPG Key ID: BB8D4E7B4156AAA6

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, makeWrapper }: { stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, makeWrapper }:
buildGoPackage rec { buildGoPackage rec {
version = "1.6.7"; version = "1.6.11";
name = "gopass-${version}"; name = "gopass-${version}";
goPackagePath = "github.com/justwatchcom/gopass"; goPackagePath = "github.com/justwatchcom/gopass";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "justwatchcom"; owner = "justwatchcom";
repo = "gopass"; repo = "gopass";
rev = "v${version}"; rev = "v${version}";
sha256 = "0al2avdvmnnz7h21hnvlacr20k50my5l67plgf4cphy52p9461vp"; sha256 = "12pih414232bsdj1qqc04vck2p9254wjy044n5kbbdqbmfgap7sj";
}; };
wrapperPath = with stdenv.lib; makeBinPath ([ wrapperPath = with stdenv.lib; makeBinPath ([