about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 21:27:12 +0100
committerGitHub <noreply@github.com>2023-01-23 21:27:12 +0100
commit772a09e0b59014eaa73868af02fe9aca0e628b25 (patch)
tree103b8855e7ef0576f889e7c02a61d2e3a6b0306b /pkgs/development/libraries
parentdd93490a51c17c71e08ce8a44eb9ec8edb114d49 (diff)
parent72e09e90547d4597750025b4a975ba9e308e8ab2 (diff)
Merge pull request #210713 from r-ryantm/auto-update/libucl
libucl: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/development/libraries')
-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 ];