forked from mirrors/nixpkgs
reiserfsprogs: Fix URL
This commit is contained in:
parent
7cf3713187
commit
4bca4fa2b8
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "reiserfsprogs-3.6.21";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/fs/reiserfs/${name}.tar.bz2";
|
||||
url = "http://ftp.be.debian.org/pub/linux/utils/fs/reiserfs/${name}.tar.bz2";
|
||||
sha256 = "19mqzhh6jsf2gh8zr5scqi9pyk1fwivrxncd11rqnp2148c58jam";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue