Merge pull request #261631 from r-ryantm/auto-update/opencc

This commit is contained in:
Artturi 2023-10-18 01:28:28 +03:00 committed by GitHub
commit 4f3ebc605b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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