mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
libmicrohttpd: update from 0.9.37 to 0.9.38
This commit is contained in:
parent
eb8f380f4e
commit
754878afcc
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, curl, libgcrypt}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmicrohttpd-0.9.37";
|
||||
name = "libmicrohttpd-0.9.38";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libmicrohttpd/${name}.tar.gz";
|
||||
sha256 = "1p3wnhr43v6vqdgl86r76298wjfxz2ihj9zh9kpz8l7va30br357";
|
||||
sha256 = "08g7p4l0p2fsjj8ayl68zq1bqgrn0pck19bm8yd7k61whvfv9wld";
|
||||
};
|
||||
|
||||
buildInputs = [ curl libgcrypt ];
|
||||
|
Loading…
Reference in New Issue
Block a user