xsel: 2019-08-21 -> 2020-05-27
This commit is contained in:
parent
b50ef4e3f2
commit
ae61b8500f
|
@ -1,15 +1,14 @@
|
||||||
{stdenv, lib, fetchFromGitHub, libX11, autoreconfHook }:
|
{ stdenv, lib, fetchFromGitHub, libX11, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "xsel-unstable";
|
pname = "xsel-unstable";
|
||||||
|
version = "2020-05-27";
|
||||||
version = "2019-08-21";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kfish";
|
owner = "kfish";
|
||||||
repo = "xsel";
|
repo = "xsel";
|
||||||
rev = "ef01f3c72a195dbce682184c842b81b17d7d7ad1";
|
rev = "062e6d373537c60829fa9b5dcddbcd942986b3c3";
|
||||||
sha256 = "191qa6022b7nww3bicfxpgp4d9x6c8s3sgixi780383ghkxds08c";
|
sha256 = "0fbf80zsc22vcqp59r9fdx4icxhrkv7l3lphw83326jrmkzy6kri";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
Loading…
Reference in New Issue