xsel: update from 0.9.6 to 1.2.0
This commit is contained in:
parent
34ef383d45
commit
98cb9c073f
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, x11}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xsel-0.9.6";
|
||||
name = "xsel-1.2.0";
|
||||
src = fetchurl {
|
||||
url = http://www.vergenet.net/~conrad/software/xsel/download/xsel-0.9.6.tar.gz;
|
||||
md5 = "cec2fb09a4101b7f2beab8094234e2f4";
|
||||
url = http://www.vergenet.net/~conrad/software/xsel/download/xsel-1.2.0.tar.gz;
|
||||
sha256 = "070lbcpw77j143jrbkh0y1v10ppn1jwmjf92800w7x42vh4cw9xr";
|
||||
};
|
||||
|
||||
buildInputs = [x11];
|
||||
|
|
Loading…
Reference in a new issue