libmicrohttpd: init at 0.9.72
Being conservative, I included a new version instead of overwriting.
This commit is contained in:
10
pkgs/development/libraries/libmicrohttpd/0.9.72.nix
Normal file
10
pkgs/development/libraries/libmicrohttpd/0.9.72.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ stdenv, callPackage, fetchurl }:
|
||||
|
||||
callPackage ./generic.nix ( rec {
|
||||
version = "0.9.72";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libmicrohttpd/libmicrohttpd-${version}.tar.gz";
|
||||
sha256 = "sha256-Cugl+ODX9BIB/USg3xz0VMHLC8UP6dWcJlUiYCZML/g=";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user