forked from mirrors/nixpkgs
reiserfsprogs: Use the kernel mirrors
svn path=/nixpkgs/trunk/; revision=30088
This commit is contained in:
parent
3b75d96027
commit
a5c4b75643
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "reiserfsprogs-3.6.21";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.kernel.org/pub/linux/utils/fs/reiserfs/${name}.tar.bz2";
|
||||
url = "mirror://kernel/linux/utils/fs/reiserfs/${name}.tar.bz2";
|
||||
sha256 = "19mqzhh6jsf2gh8zr5scqi9pyk1fwivrxncd11rqnp2148c58jam";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue