sablotron: update source URL
The current URL no longer works, switch to a sourceforge mirror URL. Fixes issue #18337.
This commit is contained in:
parent
64bd8c037d
commit
7ffbe5174f
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user