mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
uni2ascii: update from 4.15 to 4.18
This commit is contained in:
parent
7c5e25ab1a
commit
5378fd5948
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue