gopass: v1.8.5 -> v1.8.6; support wayland
This commit is contained in:
parent
fd2b2b5cd5
commit
f0950fa3f6
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, xclip, makeWrapper }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, git, gnupg, xclip, wl-clipboard, makeWrapper }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gopass";
|
pname = "gopass";
|
||||||
version = "1.8.5";
|
version = "1.8.6";
|
||||||
|
|
||||||
goPackagePath = "github.com/gopasspw/gopass";
|
goPackagePath = "github.com/gopasspw/gopass";
|
||||||
|
|
||||||
@ -12,13 +12,14 @@ buildGoPackage rec {
|
|||||||
owner = "gopasspw";
|
owner = "gopasspw";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1mgc77j5b9pjf2ayd5c09ym6d8n1yia8yg87zw0b8fsh5wac41sl";
|
sha256 = "0v3sx9hb03bdn4rvsv2r0jzif6p1rx47hrkpsbnwva31k396mck2";
|
||||||
};
|
};
|
||||||
|
|
||||||
wrapperPath = with stdenv.lib; makeBinPath ([
|
wrapperPath = with stdenv.lib; makeBinPath ([
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
xclip
|
xclip
|
||||||
|
wl-clipboard
|
||||||
]);
|
]);
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user