We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4e89e18 commit 8a4a4efCopy full SHA for 8a4a4ef
pkgs/development/interpreters/clojure/clooj.nix
@@ -6,7 +6,8 @@ stdenv.mkDerivation {
6
name = "clooj-${version}";
7
8
jar = fetchurl {
9
- url = "http://download1492.mediafire.com/5bbi05sxgxog/prkf64humftrmz3/clooj-0.4.4-standalone.jar";
+ # 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";
11
sha256 = "0hbc29bg2a86rm3sx9kvj7h7db9j0kbnrb706wsfiyk3zi3bavnd";
12
};
13
0 commit comments