neon: 0.32.5 -> 0.34.2 (#284907)

authored by Wolfgang Walther and committed by GitHub 916612fb 756bb660

+2 -2
+2 -2
pkgs/by-name/ne/neon/package.nix
··· 22 in 23 24 stdenv.mkDerivation rec { 25 - version = "0.32.5"; 26 pname = "neon"; 27 28 src = fetchurl { 29 url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz"; 30 - sha256 = "sha256-SHLhL4Alct7dSwL4cAZYFLLVFB99va9wju2rgmtRpYo="; 31 }; 32 33 patches = optionals stdenv.hostPlatform.isDarwin [ ./darwin-fix-configure.patch ];
··· 22 in 23 24 stdenv.mkDerivation rec { 25 + version = "0.34.2"; 26 pname = "neon"; 27 28 src = fetchurl { 29 url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz"; 30 + sha256 = "sha256-+Yzjx0MAvgXt3wXcy9ykmLFNQMKJ93MZXdGlWc/6WFY="; 31 }; 32 33 patches = optionals stdenv.hostPlatform.isDarwin [ ./darwin-fix-configure.patch ];