Merge pull request #80089 from ivanbrennan/urxvt-perls-update

rxvt-unicode-plugins.perls: 2.2 -> 2.3
This commit is contained in:
Michele Guerini Rocco 2020-02-14 10:29:39 +01:00 committed by GitHub
commit 30bc29280a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "urxvt-perls"; pname = "urxvt-perls";
version = "2.2"; version = "2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "muennich"; owner = "muennich";
repo = "urxvt-perls"; repo = "urxvt-perls";
rev = version; rev = version;
sha256 = "1cb0jbjmwfy2dlq2ny8wpc04k79jp3pz9qhbmgagsxs3sp1jg2hz"; sha256 = "0xvwfw7965ghhd9g6rl6y6fgpd444l46rjqmlgg0rfjypbh6c0p1";
}; };
installPhase = '' installPhase = ''
mkdir -p $out/lib/urxvt/perl mkdir -p $out/lib/urxvt/perl
cp clipboard \ cp keyboard-select $out/lib/urxvt/perl
keyboard-select \ cp deprecated/clipboard \
url-select \ deprecated/url-select \
$out/lib/urxvt/perl $out/lib/urxvt/perl
''; '';