mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
[ragel] Fix the URL to fetch the sources for ragel
This commit is contained in:
parent
127c928c23
commit
383768cc85
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||
version = "6.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.colm.net/wp-content/uploads/2014/10/${name}.tar.gz";
|
||||
url = "http://www.colm.net/files/ragel/${name}.tar.gz";
|
||||
sha256 = "02k6rwh8cr95f1p5sjjr3wa6dilg06572xz1v71dk8awmc7vw1vf";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue