forked from mirrors/nixpkgs
unit: 1.7.1 -> 1.8.0
This commit is contained in:
parent
42a99b1be2
commit
36bb87a7c3
|
@ -16,14 +16,14 @@
|
|||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.7.1";
|
||||
version = "1.8.0";
|
||||
name = "unit-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nginx";
|
||||
repo = "unit";
|
||||
rev = "${version}";
|
||||
sha256 = "1nz5xcwbwpr0jdbx9j052byarnc2qn987pdainy85in1aj0b57kf";
|
||||
sha256 = "1s5pfyhabnf9p5z2h1fh0wb4hqzkrha5bxahjnikmlkhw59s8zip";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
|
|
Loading…
Reference in a new issue