Merge pull request #10059 from matthiasbeyer/update-neon
neon: 0.29.6 -> 0.30.1
This commit is contained in:
commit
e3e6e53a1c
@ -14,11 +14,12 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "neon-0.29.6";
|
version = "0.30.1";
|
||||||
|
name = "neon-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.webdav.org/neon/${name}.tar.gz";
|
url = "http://www.webdav.org/neon/${name}.tar.gz";
|
||||||
sha256 = "0hzbjqdx1z8zw0vmbknf159wjsxbcq8ii0wgwkqhxj3dimr0nr4w";
|
sha256 = "1pawhk02x728xn396a1kcivy9gqm94srmgad6ymr9l0qvk02dih0";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optionals stdenv.isDarwin [ ./0.29.6-darwin-fix-configure.patch ];
|
patches = optionals stdenv.isDarwin [ ./0.29.6-darwin-fix-configure.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user