Skip to content

Commit

Permalink
clooj: fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 27, 2017
1 parent f66d782 commit edef570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/clojure/clooj.nix
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "clooj-${version}";

jar = fetchurl {
url = "http://www.mediafire.com/download/prkf64humftrmz3/clooj-${version}-standalone.jar";
url = "http://download1492.mediafire.com/dptomdxrjaag/prkf64humftrmz3/clooj-0.4.4-standalone.jar";
sha256 = "0hbc29bg2a86rm3sx9kvj7h7db9j0kbnrb706wsfiyk3zi3bavnd";
};

Expand All @@ -25,4 +25,4 @@ stdenv.mkDerivation {
homepage = https://github.com/arthuredelstein/clooj;
license = stdenv.lib.licenses.bsd3;
};
}
}

0 comments on commit edef570

Please sign in to comment.