sablotron: update source URL

The current URL no longer works, switch to a sourceforge mirror URL.
Fixes issue #18337.
This commit is contained in:
Bjørn Forsman 2016-09-08 15:30:41 +02:00
parent 64bd8c037d
commit 7ffbe5174f

View file

@ -3,8 +3,8 @@
stdenv.mkDerivation {
name = "sablotron-1.0.3";
src = fetchurl {
url = http://download-1.gingerall.cz/download/sablot/Sablot-1.0.3.tar.gz;
md5 = "72654c4b832e7562f8240ea675577f5e";
url = "mirror://sourceforge/project/sablotron/sablotron-1.0.3/Sablot-1.0.3.tar.gz";
sha256 = "0qpk3dlfp3bn2hbq0fzx1bzifv8cgqb9aicn59d303cdlynkgix0";
};
buildInputs = [expat];