about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-12-31 12:34:40 -0300
committerGitHub <noreply@github.com>2022-12-31 12:34:40 -0300
commit01742c343cf92d2dee473d6de66ba7d10ab23f44 (patch)
tree6193e8ede8d8ef62e0608964b8e5024f31b31506 /pkgs
parent27a3fda9e86e67142c33be91f40d91f8f8fda3b2 (diff)
parent6a4468a2a69dfd98b631d8e4f2d49c506a96524d (diff)
Merge pull request #208472 from r-ryantm/auto-update/uchardet
libuchardet: 0.0.7 -> 0.0.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libuchardet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libuchardet/default.nix b/pkgs/development/libraries/libuchardet/default.nix
index 6b39995f39b9c..389aa7c283f24 100644
--- a/pkgs/development/libraries/libuchardet/default.nix
+++ b/pkgs/development/libraries/libuchardet/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "uchardet";
-  version = "0.0.7";
+  version = "0.0.8";
 
   outputs = [ "bin" "out" "man" "dev" ];
 
   src = fetchurl {
     url = "https://www.freedesktop.org/software/${pname}/releases/${pname}-${version}.tar.xz";
-    sha256 = "1ca51sryhryqz82v4d0graaiqqq5w2f33a9gj83b910xmq499irz";
+    sha256 = "sha256-6Xpgz8AKHBR6Z0sJe7FCKr2fp4otnOPz/cwueKNKxfA=";
   };
 
   nativeBuildInputs = [ cmake ];