summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libchardet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libchardet/default.nix')
-rw-r--r--pkgs/development/libraries/libchardet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libchardet/default.nix b/pkgs/development/libraries/libchardet/default.nix
index 260c332f7ef4..47ce911a6951 100644
--- a/pkgs/development/libraries/libchardet/default.nix
+++ b/pkgs/development/libraries/libchardet/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libchardet";
- version = "1.0.5";
+ version = "1.0.6";
src = fetchFromGitHub {
owner = "Joungkyun";
repo = "libchardet";
rev = version;
- sha256 = "0c1k5hf3ssh3cm72w2zpy5k73vhy1gyq5s9rqdawqqa4al8syyvn";
+ sha256 = "sha256-JhEiWM3q8X+eEBHxv8k9yYOaTGoJOzI+/iFYC0gZJJs=";
};
nativeBuildInputs = [ perl ];