forked from mirrors/nixpkgs
sysfsutils: Use SourceForge mirror instead of static URL.
This commit is contained in:
parent
b63305721d
commit
cf230cddda
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "sysfsutils-2.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kent.dl.sourceforge.net/sourceforge/linux-diag/${name}.tar.gz";
|
||||
url = "mirror://sourceforge/linux-diag/${name}.tar.gz";
|
||||
sha256 = "e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue