uni2ascii: update from 4.15 to 4.18

This commit is contained in:
Nixpkgs Monitor 2013-12-04 06:39:34 +02:00 committed by Evgeny Egorochkin
parent 7c5e25ab1a
commit 5378fd5948

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "uni2ascii-4.15";
name = "uni2ascii-4.18";
src = fetchurl {
url = "http://billposer.org/Software/Downloads/${name}.tar.gz";
sha256 = "0vlwsqrzmdsb2mx0hbhmw1dvzy56jk8779hphnj6yxijryva6g2v";
sha256 = "03lklnzr6ngs4wqiqa7rifd246f441gfvardbsaa5l6fn9pbn94y";
};
meta = {