Merge pull request #18343 from chris-martin/sane-frontends-src
sane-frontends: fix source url, move from md5 to sha256
This commit is contained in:
commit
cc614323d4
@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
|
|||||||
name = "sane-frontends-1.0.14";
|
name = "sane-frontends-1.0.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.sane-project.org/pub/sane/sane-frontends-1.0.14/${name}.tar.gz";
|
url = "https://alioth.debian.org/frs/download.php/file/1140/${name}.tar.gz";
|
||||||
md5 = "c63bf7b0bb5f530cf3c08715db721cd3";
|
sha256 = "1ad4zr7rcxpda8yzvfkq1rfjgx9nl6lan5a628wvpdbh3fn9v0z7";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user