pycangjie: 1.0 -> (master)361bb413203fd43bab624d98edf6f7d20ce6bfd3

This commit is contained in:
Rok Garbas 2015-09-05 14:53:41 +02:00
parent f43d63c051
commit 2aa01cf530

View file

@ -4,12 +4,13 @@
stdenv.mkDerivation rec {
name = "pycangjie-${version}";
version = "1.0";
version = "1.3_rev_${rev}";
rev = "361bb413203fd43bab624d98edf6f7d20ce6bfd3";
src = fetchurl {
name = "${name}.tar.gz";
url = "https://github.com/Cangjians/pycangjie/archive/v${version}.tar.gz";
sha256 = "1wx0m0chcpgxhj6cdxrwyi8hq05xlbap1ifs0wzb6nkglir0sb4j";
url = "https://github.com/Cangjians/pycangjie/archive/${rev}.tar.gz";
sha256 = "12yi09nyffmn4va7lzk4irw349qzlbxgsnb89dh15cnw0xmrin05";
};
buildInputs = [