about summary refs log tree commit diff
path: root/pkgs/development/libraries/uriparser
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-06 01:09:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-06 01:09:09 +0000
commit44c1c9887a28f07b3c4adc92247b09649292b8e6 (patch)
tree94375562d45ccaea5fccd13d05824ee4685339a1 /pkgs/development/libraries/uriparser
parent099f1e0da2a6e31a947c44d8e367f11184c3862d (diff)
uriparser: 0.9.6 -> 0.9.7
Diffstat (limited to 'pkgs/development/libraries/uriparser')
-rw-r--r--pkgs/development/libraries/uriparser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/uriparser/default.nix b/pkgs/development/libraries/uriparser/default.nix
index c39fdb03e8960..dc808c529af1a 100644
--- a/pkgs/development/libraries/uriparser/default.nix
+++ b/pkgs/development/libraries/uriparser/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "uriparser";
-  version = "0.9.6";
+  version = "0.9.7";
 
   # Release tarball differs from source tarball
   src = fetchurl {
     url = "https://github.com/uriparser/uriparser/releases/download/${pname}-${version}/${pname}-${version}.tar.bz2";
-    sha256 = "9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b";
+    sha256 = "sha256-0n3qDItvb7l5jwfK7e8c2WpuP8XGGJWWd04Zr6fd3tc=";
   };
 
   nativeBuildInputs = [ cmake ];