Skip to content

Commit

Permalink
Merge pull request #73283 from Zimmi48/fix-utop-src
Browse files Browse the repository at this point in the history
ocamlPackages.utop: fix source
  • Loading branch information
Mic92 committed Nov 12, 2019
2 parents 550f508 + 72ef651 commit a43702d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/utop/default.nix
Expand Up @@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
version = "2.4.2";

src = fetchurl {
url = "https://github.com/diml/utop/archive/${version}.tar.gz";
sha256 = "0fl8524vmxb9yxjwrh5varvfp0ff3sgfp627knwbxxr69w45ad8h";
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "0y2v8rkfz19nlz8gh0lkh5wx5hyvw5gl4nw1kg8j2pw9jnilq5nb";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit a43702d

Please sign in to comment.