mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
slock: 1.1 -> 1.2
This commit is contained in:
parent
cc8a0372e4
commit
856f1c79e1
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user