about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 00:51:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 00:51:40 +0000
commit32c3b6983b68e0f4c20c24ca6fa7aa2305493a39 (patch)
treea5bf72fbc9c202975f73c9e3d9b594ea38014d23
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
neon: 0.32.3 -> 0.32.4
-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 827d7eb69799f..7ce06a49884e1 100644
--- a/pkgs/development/libraries/neon/default.nix
+++ b/pkgs/development/libraries/neon/default.nix
@@ -15,12 +15,12 @@ let
 in
 
 stdenv.mkDerivation rec {
-  version = "0.32.3";
+  version = "0.32.4";
   pname = "neon";
 
   src = fetchurl {
     url = "https://notroj.github.io/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-lMuHXcbb/N7ljwObdjxnSwIyiGzf16Xekb5c36K3WWo=";
+    sha256 = "sha256-seISDkrgfflSxKhYcxYZczEVxfQ4ll3k+rQda/fnpQg=";
   };
 
   patches = optionals stdenv.isDarwin [ ./darwin-fix-configure.patch ];