mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 05:07:35 +00:00
Trying to fix the urls for xfsprogs
svn path=/nixpkgs/branches/stdenv-updates/; revision=23776
This commit is contained in:
parent
f571bc19d3
commit
4163c5c98a
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "xfsprogs-3.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://oss.sgi.com/projects/xfs/previous/${name}.tar.gz";
|
||||
urls = [ "ftp://oss.sgi.com/projects/xfs/cmd_tars/${name}.tar.gz" "ftp://oss.sgi.com/projects/xfs/previous/${name}.tar.gz" ];
|
||||
sha256 = "1mazg6sl4gbm204ndgw585xvcsxg3hg22d989ww6lgmycp635l7s";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user