libchardet: 1.0.4 -> 1.0.5
This commit is contained in:
parent
63eb0e9c37
commit
45035b74df
@ -1,11 +1,14 @@
|
|||||||
{ stdenv, fetchurl, perl }:
|
{ stdenv, fetchFromGitHub, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libchardet-1.0.4";
|
name = "libchardet-${version}";
|
||||||
|
version = "1.0.5";
|
||||||
src = fetchurl {
|
|
||||||
url = "http://yupmin.net/wp-content/uploads/2014/03/libchardet-1.0.4.tar.bz2";
|
src = fetchFromGitHub {
|
||||||
sha256 = "0cvwba4la25qw70ap8jd5r743a9jshqd26nnbh5ph68zj1imlgzl";
|
owner = "Joungkyun";
|
||||||
|
repo = "libchardet";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "0c1k5hf3ssh3cm72w2zpy5k73vhy1gyq5s9rqdawqqa4al8syyvn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user