make package use mirror:// for gnu, savannah and gnome repositories where possible
This commit is contained in:
@@ -6,7 +6,7 @@ composableDerivation.composableDerivation {} rec {
|
||||
name="avrdude-5.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.savannah.gnu.org/releases/avrdude/${name}.tar.gz";
|
||||
url = "mirror://savannah/avrdude/${name}.tar.gz";
|
||||
sha256 = "0pmy73777x8p7f2aj2w2q1dnk1bvhd1cm7hcs1s9hsdqsmiinl41";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user