make package use mirror:// for gnu, savannah and gnome repositories where possible
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ilmbase-1.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.1.tar.gz;
|
||||
url = mirror://savannah/openexr/ilmbase-1.0.1.tar.gz;
|
||||
sha256 = "0z9r3r0bxyhgwhkdwln0dg1lnxz691qnjygrqlg3jym34rxzq52g";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user