opencc: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2021-12-08 18:41:32 +00:00
parent 9f329731b5
commit e7655b01a2

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "opencc";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "BYVoid";
repo = "OpenCC";
rev = "ver.${version}";
sha256 = "1a15p9idznh23b44r7rw2zjnirbxjs5pyq3k6xkz0k64cdh2zq6h";
sha256 = "sha256-q/y4tRov/BYCAiE4i7fT6ysTerxxOHMZUWT2Jlo/0rI=";
};
nativeBuildInputs = [ cmake python ];