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 {
|
||||
pname = "xsel-unstable";
|
||||
|
||||
version = "2019-08-21";
|
||||
version = "2020-05-27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kfish";
|
||||
repo = "xsel";
|
||||
rev = "ef01f3c72a195dbce682184c842b81b17d7d7ad1";
|
||||
sha256 = "191qa6022b7nww3bicfxpgp4d9x6c8s3sgixi780383ghkxds08c";
|
||||
rev = "062e6d373537c60829fa9b5dcddbcd942986b3c3";
|
||||
sha256 = "0fbf80zsc22vcqp59r9fdx4icxhrkv7l3lphw83326jrmkzy6kri";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user