3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #35845 from suvash/update-gopass

gopass: 1.6.7 -> 1.6.11
This commit is contained in:
Jörg Thalheim 2018-02-27 15:57:49 +00:00 committed by GitHub
commit c4cd0eccd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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