1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

opencc: 1.1.8 -> 1.1.9 (#349223)

This commit is contained in:
Artturin 2024-10-28 07:00:59 +02:00 committed by GitHub
commit 48f52fa324
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "opencc";
version = "1.1.8";
version = "1.1.9";
src = fetchFromGitHub {
owner = "BYVoid";
repo = "OpenCC";
rev = "ver.${version}";
sha256 = "sha256-JKudwA2C7gHihjPnsqPq5i7X8TvG8yQYZEG5f/xu3yo=";
sha256 = "sha256-JBTegQs9ALp4LdKKYMNp9GYEgqR9O8IkX6LqatvaTic=";
};
nativeBuildInputs =