pari: update tarball location, since it moved
This commit is contained in:
parent
4058e45736
commit
8b8cae779f
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
||||
version = "2.11.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pari.math.u-bordeaux.fr/pub/pari/unix/${pname}-${version}.tar.gz";
|
||||
# Versions with current majorMinor values are at http://pari.math.u-bordeaux.fr/pub/pari/unix/${pname}-${version}.tar.gz
|
||||
url = "https://pari.math.u-bordeaux.fr/pub/pari/OLD/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-v8iPxPc1L0hA5uNSxy8DacvqikVAOxg0piafNwmXCxw=";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user