Merge pull request #23315 from ndowens/xe

xe: 0.5 -> 0.6.1
This commit is contained in:
Jörg Thalheim 2017-03-02 09:57:56 +01:00 committed by GitHub
commit b57861c30c

View File

@ -2,19 +2,22 @@
stdenv.mkDerivation rec {
name = "xe-${version}";
version = "0.5";
version = "0.6.1";
src = fetchFromGitHub {
owner = "chneukirchen";
repo = "xe";
rev = "v${version}";
sha256 = "0rv9npgjb695slql39asyp6znv9r3a6jbcsrsa1cmhk82iy4bljc";
sha256 = "1dr3xlfq3zfdba1q96iags572lbk3z6s2179rs3pvsgkxn4m0qpf";
};
makeFlags = "PREFIX=$(out)";
meta = with lib; {
description = "Simple xargs and apply replacement";
homepage = "https://github.com/chneukirchen/xe";
license = licenses.publicDomain;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
maintainers = with maintainers; [ cstrahan ndowens ];
};
}