opencc: 1.1.4 -> 1.1.6

This commit is contained in:
R. Ryantm 2022-12-25 02:25:05 +00:00 committed by Bobby Rong
parent ead8d4e9a0
commit 7b5912374d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "opencc";
version = "1.1.4";
version = "1.1.6";
src = fetchFromGitHub {
owner = "BYVoid";
repo = "OpenCC";
rev = "ver.${version}";
sha256 = "sha256-h/QKXPWHNgWf5Q9UIaNmP85YTUMN7RlRdlNI4NuBrO8=";
sha256 = "sha256-0aIYnUuG5XATruxwY6+LZbEdKkHP3X1N1ueVE7R37Qk=";
};
nativeBuildInputs = [ cmake python3 ];