lol

gopass: 1.6.11 -> 1.7.1 (#41078)

authored by

Vladyslav M and committed by
Robert Schütz
a0c480ab 6f193b4f

+3 -3
+3 -3
pkgs/tools/security/gopass/default.nix
··· 1 1 { stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, xclip, makeWrapper }: 2 2 3 3 buildGoPackage rec { 4 - version = "1.6.11"; 4 + version = "1.7.1"; 5 5 name = "gopass-${version}"; 6 6 7 7 goPackagePath = "github.com/justwatchcom/gopass"; ··· 12 12 owner = "justwatchcom"; 13 13 repo = "gopass"; 14 14 rev = "v${version}"; 15 - sha256 = "12pih414232bsdj1qqc04vck2p9254wjy044n5kbbdqbmfgap7sj"; 15 + sha256 = "01cif6a2xa3c8nki0pas9mywdxs8d9niv8z13mii5hcfqvm0s7aw"; 16 16 }; 17 17 18 18 wrapperPath = with stdenv.lib; makeBinPath ([ ··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go."; 41 - homepage = https://github.com/justwatchcom/gopass; 41 + homepage = https://www.justwatch.com/gopass/; 42 42 license = licenses.mit; 43 43 maintainers = with maintainers; [ andir ]; 44 44 platforms = platforms.unix;