mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
libmicrohttpd: 0.9.69 -> 0.9.70
This commit is contained in:
parent
13a03f402c
commit
8e5d6824a9
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libmicrohttpd";
|
pname = "libmicrohttpd";
|
||||||
version = "0.9.69";
|
version = "0.9.70";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/libmicrohttpd/${pname}-${version}.tar.gz";
|
url = "mirror://gnu/libmicrohttpd/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0zp34zgcahym5kp2r83gfb5wnr8yf643a26k6zk96x3qica6p6zv";
|
sha256 = "01vkjy89b1ylmh22dy5yza2r414nfwcfixxh3v29nvzrjv9s7l4h";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" "info" ];
|
outputs = [ "out" "dev" "devdoc" "info" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user