libchardet: 1.0.5 -> 1.0.6

This commit is contained in:
R. RyanTM 2021-05-14 07:27:26 +00:00 committed by Jonathan Ringer
parent 489cfcf8c5
commit 977a70d25b

View file

@ -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 ];