mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Updated neon to 0.29.6.
svn path=/nixpkgs/trunk/; revision=29098
This commit is contained in:
parent
7dc8b51b68
commit
f47cea8699
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ assert sslSupport -> openssl != null;
|
|||
assert static || shared;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "neon-0.29.3";
|
||||
name = "neon-0.29.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.webdav.org/neon/${name}.tar.gz";
|
||||
sha256 = "1d1c6zhr00yvg0fbhpkq8kmsq9cchr112ii9rl39gdybyflh9444";
|
||||
sha256 = "0hzbjqdx1z8zw0vmbknf159wjsxbcq8ii0wgwkqhxj3dimr0nr4w";
|
||||
};
|
||||
|
||||
buildInputs = [libxml2 pkgconfig openssl]
|
||||
|
|
Loading…
Reference in a new issue