about summary refs log tree commit diff
path: root/pkgs/development/libraries/libucl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 14:25:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 14:25:01 +0000
commit72e09e90547d4597750025b4a975ba9e308e8ab2 (patch)
tree9f914b2798850469b4934470bf9c67a81a9dea0d /pkgs/development/libraries/libucl
parentd0204585358a5488565e21fe214e45a1a7996b11 (diff)
libucl: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/development/libraries/libucl')
-rw-r--r--pkgs/development/libraries/libucl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libucl/default.nix b/pkgs/development/libraries/libucl/default.nix
index e65d0d475ff90..9ba96644102e2 100644
--- a/pkgs/development/libraries/libucl/default.nix
+++ b/pkgs/development/libraries/libucl/default.nix
@@ -25,13 +25,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "libucl";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "vstakhov";
     repo = pname;
     rev = version;
-    sha256 = "1h52ldxankyhbbm1qbqz1f2q0j03c1b4mig7343bs3mc6fpm18gf";
+    sha256 = "sha256-rpTc0gq8HquDow4NEkRSjyESEMrv8dAhX98yKKu/Fsk=";
   };
 
   nativeBuildInputs = [ pkg-config autoreconfHook ];