clooj: fix download src

This commit is contained in:
Jörg Thalheim 2017-06-18 11:39:13 +01:00
parent 4e89e18852
commit 8a4a4efbe6
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -6,7 +6,8 @@ stdenv.mkDerivation {
name = "clooj-${version}";
jar = fetchurl {
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
url = "https://archive.org/download/clooj-0.4.4-standalone/clooj-0.4.4-standalone.jar";
sha256 = "0hbc29bg2a86rm3sx9kvj7h7db9j0kbnrb706wsfiyk3zi3bavnd";
};