neon: 0.31.2 -> 0.32.2

This commit is contained in:
R. Ryantm 2022-02-12 18:03:59 +00:00
parent 19730cdb79
commit 2cbb397acf

View file

@ -14,12 +14,12 @@ let
in
stdenv.mkDerivation rec {
version = "0.31.2";
version = "0.32.2";
pname = "neon";
src = fetchurl {
url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz";
sha256 = "0y46dbhiblcvg8k41bdydr3fivghwk73z040ki5825d24ynf67ng";
sha256 = "sha256-mGVmRoxilfxdD7FBpZgeMcn4LuOOk4N0q+2Ece8vsoY=";
};
patches = optionals stdenv.isDarwin [ ./darwin-fix-configure.patch ];