Skip to content

Commit 8a4a4ef

Browse files
committedJun 18, 2017
clooj: fix download src
1 parent 4e89e18 commit 8a4a4ef

File tree

1 file changed

+2
-1
lines changed
  • pkgs/development/interpreters/clojure

1 file changed

+2
-1
lines changed
 

‎pkgs/development/interpreters/clojure/clooj.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ stdenv.mkDerivation {
66
name = "clooj-${version}";
77

88
jar = fetchurl {
9-
url = "http://download1492.mediafire.com/5bbi05sxgxog/prkf64humftrmz3/clooj-0.4.4-standalone.jar";
9+
# mirrored as original mediafire.com source does not work without user interaction
10+
url = "https://archive.org/download/clooj-0.4.4-standalone/clooj-0.4.4-standalone.jar";
1011
sha256 = "0hbc29bg2a86rm3sx9kvj7h7db9j0kbnrb706wsfiyk3zi3bavnd";
1112
};
1213

0 commit comments

Comments
 (0)
Please sign in to comment.