Merge pull request #81193 from GRBurst/xcwd

xcwd: 2016-09-30 -> 2019-05-09
This commit is contained in:
Mario Rodas 2020-02-28 05:16:14 -05:00 committed by GitHub
commit 84b412006a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];