Merge pull request #35924 from ryantm/auto-update/nq-0.1-to-0.2.2

nq: 0.1 -> 0.2.2
This commit is contained in:
adisbladis 2018-03-02 18:44:00 +08:00 committed by GitHub
commit 349e62d97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nq-${version}"; name = "nq-${version}";
version = "0.1"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chneukirchen"; owner = "chneukirchen";
repo = "nq"; repo = "nq";
rev = "v${version}"; rev = "v${version}";
sha256 = "17n0yqhpsys3s872ki5rf82ky73ylahz6xi9x0rfrv7fqr5nzsz4"; sha256 = "0348r3j5y445psm8lj35z100cfvbfp05s7ji6bxd0gg4n66l2c4l";
}; };
makeFlags = "PREFIX=$(out)"; makeFlags = "PREFIX=$(out)";
postPatch = '' postPatch = ''