Skip to content

Commit

Permalink
clooj: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 21, 2017
1 parent 4e74968 commit 9c730bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/clojure/clooj.nix
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "clooj-${version}";

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

Expand Down

0 comments on commit 9c730bc

Please sign in to comment.