about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-06 00:31:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-06 00:31:45 +0000
commit8e00bc6e771c758dfdd0614faa56fdaa44334c87 (patch)
treed6c1c03053206186dd8c83a493876e64429ad0da
parentb68f057782ccff9b3e6411ca0f02ea495e66b08f (diff)
neon: 0.32.2 -> 0.32.3
-rw-r--r--pkgs/development/libraries/neon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/neon/default.nix b/pkgs/development/libraries/neon/default.nix
index 5250dcddf8457..4a00044bb5577 100644
--- a/pkgs/development/libraries/neon/default.nix
+++ b/pkgs/development/libraries/neon/default.nix
@@ -14,12 +14,12 @@ let
 in
 
 stdenv.mkDerivation rec {
-  version = "0.32.2";
+  version = "0.32.3";
   pname = "neon";
 
   src = fetchurl {
     url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-mGVmRoxilfxdD7FBpZgeMcn4LuOOk4N0q+2Ece8vsoY=";
+    sha256 = "sha256-lMuHXcbb/N7ljwObdjxnSwIyiGzf16Xekb5c36K3WWo=";
   };
 
   patches = optionals stdenv.isDarwin [ ./darwin-fix-configure.patch ];