repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
libmicrohttpd
/
0.9.69.nix
blob
866658c224f3a9361086b2d530ef385481cd3648
1
{ callPackage, fetchurl }:
2
3
callPackage ./generic.nix ( rec {
4
version = "0.9.69";
5
6
src = fetchurl {
7
url = "mirror://gnu/libmicrohttpd/libmicrohttpd-${version}.tar.gz";
8
sha256 = "sha256-+5trFIt4dJPmN9MINYhxHmXLy3JvoCzuLNVDxd4n434=";
9
};
10
})