3
0
Fork 0
forked from mirrors/nixpkgs

slock: 1.1 -> 1.2

This commit is contained in:
koral 2015-05-09 11:02:19 +00:00 committed by Domen Kožar
parent cc8a0372e4
commit 856f1c79e1

View file

@ -1,9 +1,9 @@
{ stdenv, fetchurl, xproto, libX11, libXext }:
stdenv.mkDerivation rec {
name = "slock-1.1";
name = "slock-1.2";
src = fetchurl {
url = "http://dl.suckless.org/tools/${name}.tar.gz";
sha256 = "1r70s3npmp0nyrfdsxz8cw1i1z8n9phqdlw02wjphv341h3yajp0";
sha256 = "1crkyr4vblhciy6vnbjwwjnlkm9yg2hzq16v6hzxm20ai67na0il";
};
buildInputs = [ xproto libX11 libXext ];
installFlags = "DESTDIR=\${out} PREFIX=";