3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #55431 from Izorkin/nginx-unit

unit: 1.7 -> 1.7.1
This commit is contained in:
Jörg Thalheim 2019-02-08 07:16:53 +00:00 committed by GitHub
commit 7ac4606a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.7";
version = "1.7.1";
name = "unit-${version}";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = "${version}";
sha256 = "1klwricr0mxhw5wka35vnl919821vcvaf5w3ixvkbxaisml19qq4";
sha256 = "1nz5xcwbwpr0jdbx9j052byarnc2qn987pdainy85in1aj0b57kf";
};
nativeBuildInputs = [ which ];