Skip to content

Commit

Permalink
ocamlPackages.csv: Fix source URL
Browse files Browse the repository at this point in the history
(upstream migrated to GitHub)
  • Loading branch information
ibor authored and vbgl committed Nov 1, 2017
1 parent 21bb269 commit e336363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/csv/default.nix
Expand Up @@ -4,8 +4,8 @@ let param =
if stdenv.lib.versionAtLeast ocaml.version "4.2"
then {
version = "1.7";
url = https://math.umons.ac.be/anum/software/csv/csv-1.7.tar.gz;
sha256 = "1mmcjiiz0jppgipavpph5kn04xcpalw4scbjrw2z3drghvr3qqwf";
url = https://github.com/Chris00/ocaml-csv/releases/download/1.7/csv-1.7.tar.gz;
sha256 = "0696jg3404kq1x97lxvy6r82ldsryycd7lbckp9vyq4myn736zhh";
lwtSupport = true;
} else {
version = "1.5";
Expand Down

0 comments on commit e336363

Please sign in to comment.