3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #67326 from Izorkin/nginx-unit

unit: 1.9.0 -> 1.10.0
This commit is contained in:
Marek Mahut 2019-08-24 01:33:12 +02:00 committed by GitHub
commit 9730ab8867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.9.0";
version = "1.10.0";
name = "unit-${version}";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = "${version}";
sha256 = "0f7smgshfzksks2jfhi53g87wiyy38vwgj6aa70ql61m135dx7b1";
sha256 = "00y7hc6bzn38f9mcqxnzddnwwsiba4ss9vwd9vgc95sj0yvv885a";
};
nativeBuildInputs = [ which ];