mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Update serf
This commit is contained in:
parent
8bc60391c6
commit
a3d0fcda13
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, apr, scons, openssl, aprutil, zlib, krb5, pkgconfig }:
|
{ stdenv, fetchurl, apr, scons, openssl, aprutil, zlib, krb5, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "serf-1.3.6";
|
version = "1.3.7";
|
||||||
|
name = "serf-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://serf.googlecode.com/svn/src_releases/${name}.tar.bz2";
|
url = "http://serf.googlecode.com/svn/src_releases/${name}.tar.bz2";
|
||||||
sha256 = "1wk3cplazs8jznjc9ylpd63rrk9k2y05xa7zqx7psycr0gmpnqya";
|
sha256 = "1bphz616dv1svc50kkm8xbgyszhg3ni2dqbij99sfvjycr7bgk7c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ apr scons openssl aprutil zlib krb5 pkgconfig ];
|
buildInputs = [ apr scons openssl aprutil zlib krb5 pkgconfig ];
|
||||||
@ -30,5 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.asl20 ;
|
license = stdenv.lib.licenses.asl20 ;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
|
inherit version;
|
||||||
|
downloadPage = "http://serf.googlecode.com/svn/src_releases/";
|
||||||
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user