opencc: 1.0.4 -> 1.0.5 (#22516)

This commit is contained in:
mingchuan 2017-02-09 08:35:17 -06:00 committed by Joachim F
parent d58a20aa67
commit c86b781c08

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, cmake, python }: { stdenv, fetchurl, cmake, python }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "opencc-1.0.4"; name = "opencc-1.0.5";
src = fetchurl { src = fetchurl {
url = "https://github.com/BYVoid/OpenCC/archive/ver.1.0.4.tar.gz"; url = "https://github.com/BYVoid/OpenCC/archive/ver.1.0.5.tar.gz";
sha256 = "0553b7461ebd379d118d45d7f40f8a6e272750115bdbc49267595a05ee3481ac"; sha256 = "1ce1649ba280cfc88bb76e740be5f54b29a9c034400c97a3ae211c37d7030705";
}; };
buildInputs = [ cmake python ]; buildInputs = [ cmake python ];