lol

neon: 0.32.4 -> 0.32.5

https://github.com/notroj/neon/compare/0.32.3...0.32.4

+4 -4
+2 -2
pkgs/development/libraries/neon/darwin-fix-configure.patch
··· 2 2 --- neon-0.29.6/configure 2011-05-03 14:25:31.000000000 +0200 3 3 +++ neon-0.29.6-darwin-fix-configure/configure 2012-06-06 23:32:21.000000000 +0200 4 4 @@ -4184,7 +4184,7 @@ 5 - $as_echo "$ne_cv_os_uname" >&6; } 5 + case x"$ne_cv_os_uname" in #( 6 + x"Darwin") : 6 7 7 - if test "$ne_cv_os_uname" = "Darwin"; then 8 8 - CPPFLAGS="$CPPFLAGS -no-cpp-precomp" 9 9 + CPPFLAGS="$CPPFLAGS" 10 10 LDFLAGS="$LDFLAGS -flat_namespace"
+2 -2
pkgs/development/libraries/neon/default.nix
··· 15 15 in 16 16 17 17 stdenv.mkDerivation rec { 18 - version = "0.32.4"; 18 + version = "0.32.5"; 19 19 pname = "neon"; 20 20 21 21 src = fetchurl { 22 22 url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz"; 23 - sha256 = "sha256-seISDkrgfflSxKhYcxYZczEVxfQ4ll3k+rQda/fnpQg="; 23 + sha256 = "sha256-SHLhL4Alct7dSwL4cAZYFLLVFB99va9wju2rgmtRpYo="; 24 24 }; 25 25 26 26 patches = optionals stdenv.isDarwin [ ./darwin-fix-configure.patch ];