Skip to content

Commit 51483ec

Browse files
committedFeb 21, 2019
xsel: 2016-09-02 -> 2018-01-10
1 parent 2a81ece commit 51483ec

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎pkgs/tools/misc/xsel/default.nix

+3-8
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,18 @@
33
stdenv.mkDerivation rec {
44
name = "xsel-unstable-${version}";
55

6-
version = "2016-09-02";
6+
version = "2018-01-10";
77

88
src = fetchFromGitHub {
99
owner = "kfish";
1010
repo = "xsel";
11-
rev = "aa7f57eed805adb09e9c59c8ea841870e8206b81";
12-
sha256 = "04mrc8j0rr7iy1k6brfxnx26pmxm800gh4nqrxn6j2lz6vd5y9m5";
11+
rev = "9bfc13d64b5acb92c6648c696a9d9260fcbecc65";
12+
sha256 = "05ms34by5hxznnpvmvhgp6llvlkz0zw4sq6c4bgwr82lj140lscm";
1313
};
1414

1515
nativeBuildInputs = [ autoreconfHook ];
1616
buildInputs = [ libX11 ];
1717

18-
# We need a README file, otherwise autoconf complains.
19-
postUnpack = ''
20-
mv $sourceRoot/README{.md,}
21-
'';
22-
2318
meta = with lib; {
2419
description = "Command-line program for getting and setting the contents of the X selection";
2520
homepage = http://www.kfish.org/software/xsel;

0 commit comments

Comments
 (0)
Please sign in to comment.