mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
uwsgi: 2.0.17.1 -> 2.0.18
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uwsgi/versions
This commit is contained in:
parent
53a73b0914
commit
37d1f59b36
@ -49,11 +49,11 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "uwsgi-${version}";
|
||||
version = "2.0.17.1";
|
||||
version = "2.0.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://projects.unbit.it/downloads/${name}.tar.gz";
|
||||
sha256 = "0xxjb9dyivq5531birvxq2gnyxf2x5q7gz54440acra6qwsq4cfj";
|
||||
sha256 = "10zmk4npknigmbqcq1wmhd461dk93159px172112vyq0i19sqwj9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user