Merge pull request #37144 from ryantm/auto-update/xe

xe: 0.6.1 -> 0.11
This commit is contained in:
Gabriel Ebner 2018-03-17 13:39:31 +01:00 committed by GitHub
commit 004490605a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "xe-${version}";
version = "0.6.1";
version = "0.11";
src = fetchFromGitHub {
owner = "chneukirchen";
repo = "xe";
rev = "v${version}";
sha256 = "1dr3xlfq3zfdba1q96iags572lbk3z6s2179rs3pvsgkxn4m0qpf";
sha256 = "04jr8f6jcijr0bsmn8ajm0aj35qh9my3xjsaq64h8lwg5bpyn29x";
};
makeFlags = "PREFIX=$(out)";