Skip to content

Commit

Permalink
opencc: 1.0.4 -> 1.0.5 (#22516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sifmelcara authored and joachifm committed Feb 9, 2017
1 parent d58a20a commit c86b781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/opencc/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, cmake, python }:

stdenv.mkDerivation {
name = "opencc-1.0.4";
name = "opencc-1.0.5";
src = fetchurl {
url = "https://github.com/BYVoid/OpenCC/archive/ver.1.0.4.tar.gz";
sha256 = "0553b7461ebd379d118d45d7f40f8a6e272750115bdbc49267595a05ee3481ac";
url = "https://github.com/BYVoid/OpenCC/archive/ver.1.0.5.tar.gz";
sha256 = "1ce1649ba280cfc88bb76e740be5f54b29a9c034400c97a3ae211c37d7030705";
};

buildInputs = [ cmake python ];
Expand Down

0 comments on commit c86b781

Please sign in to comment.