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

opencc: 1.1.3 -> 1.1.4
This commit is contained in:
Robert Scott 2022-08-02 01:10:32 +01:00 committed by GitHub
commit 647dd48323
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.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "BYVoid";
repo = "OpenCC";
rev = "ver.${version}";
sha256 = "sha256-q/y4tRov/BYCAiE4i7fT6ysTerxxOHMZUWT2Jlo/0rI=";
sha256 = "sha256-h/QKXPWHNgWf5Q9UIaNmP85YTUMN7RlRdlNI4NuBrO8=";
};
nativeBuildInputs = [ cmake python3 ];