about summary refs log tree commit diff
path: root/pkgs/development/libraries/parson
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-05-20 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-05-20 04:20:00 +0000
commiteeaac8aa2944d9fb49c3ecabc94a28b5944d3202 (patch)
treeb5b47da43095c877163060052208ed46dd0309e3 /pkgs/development/libraries/parson
parent50a183182d7ae39133555414d48d5d609a28a57d (diff)
parson: 1.5.1 -> 1.5.2
Diffstat (limited to 'pkgs/development/libraries/parson')
-rw-r--r--pkgs/development/libraries/parson/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/parson/default.nix b/pkgs/development/libraries/parson/default.nix
index 6426beaeeae07..a61df952f893a 100644
--- a/pkgs/development/libraries/parson/default.nix
+++ b/pkgs/development/libraries/parson/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation {
   pname = "parson";
-  version = "1.5.1";
+  version = "1.5.2";
 
   src = fetchFromGitHub {
     owner = "kgabis";
     repo = "parson";
-    rev = "3c4ee26dbb3df177a2d7b9d80e154ec435ca8c01"; # upstream doesn't use tags
-    sha256 = "sha256-fz2yhxy6Q5uEPAbzMxMiaXqSYkQ9uB3A4sV2qYOekJ8=";
+    rev = "60c37844d7a1c97547812cac3423d458c73e60f9"; # upstream doesn't use tags
+    hash = "sha256-SbM0kqRtdcz1s+pUTW7VPMY1O6zdql3bao19Rk4t470=";
   };
 
   nativeBuildInputs = [ meson ninja ];