mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
xe: 0.5 -> 0.6.1
This commit is contained in:
parent
61785c5531
commit
0e3cf999ed
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user