mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
maxima: using mirrof://sf
svn path=/nixpkgs/branches/stdenv-updates/; revision=10300
This commit is contained in:
parent
9d5757470a
commit
bfc88db96d
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
name = "maxima-5.13.0.tar.gz";
|
||||
url = http://downloads.sourceforge.net/maxima/maxima-5.13.0.tar.gz?modtime=1188046120&big_mirror=1;
|
||||
url = mirror://sf/maxima/maxima-5.13.0.tar.gz;
|
||||
sha256 = "11zidbbp4cbgsmdfyf9w0j7345ydka469ba0my7p73zqhnby09cn";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user