forked from mirrors/nixpkgs
xcwd: 2016-09-30 -> 2019-05-09
This commit is contained in:
parent
14474ff8b5
commit
35feac339b
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchFromGitHub, libX11 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
version = "2016-09-30";
|
||||
version = "2019-05-09";
|
||||
pname = "xcwd";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "schischi";
|
||||
repo = "xcwd";
|
||||
rev = "3f0728b932904985b703b33bd5c936ea96cf15a0";
|
||||
sha256 = "0lwfz6qg7fkiq86skp51vpav33yik22ps4dvr48asv3570skhlf9";
|
||||
rev = "99738e1176acf3f39c2e709236c3fd87b806f2ed";
|
||||
sha256 = "1wvhj5x8ysi1q73f9cw1f6znvp2zivd8pp6z1p3znw732h4zlv6v";
|
||||
};
|
||||
|
||||
buildInputs = [ libX11 ];
|
||||
|
|
Loading…
Reference in a new issue