mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
vmTools: update debian repositories to stable Release.xz urls
Previously the Release.xz URL would show up with a new hash whenever debian releases an update. By using archive.org we should have a stable source for those. I wasn't able to find the equivalent in the debian world. Maybe they don't keep all the different Release files around..
This commit is contained in:
parent
595ae18797
commit
87462d6be4
@ -990,8 +990,8 @@ rec {
|
|||||||
name = "debian-9.4-stretch-i386";
|
name = "debian-9.4-stretch-i386";
|
||||||
fullName = "Debian 9.4 Stretch (i386)";
|
fullName = "Debian 9.4 Stretch (i386)";
|
||||||
packagesList = fetchurl {
|
packagesList = fetchurl {
|
||||||
url = mirror://debian/dists/stretch/main/binary-i386/Packages.xz;
|
url = https://web.archive.org/web/20180912163509/http://ftp.debian.org/debian/dists/stretch/main/binary-i386/Packages.xz;
|
||||||
sha256 = "05z5ccg4ysbrgallhai53sh83i0364w7a3fdq84dpv1li059jf10";
|
sha256 = "0flvn8zn7vk04p10ndf3aq0mdr8k2ic01g51aq4lsllkv8lmwzyh";
|
||||||
};
|
};
|
||||||
urlPrefix = mirror://debian;
|
urlPrefix = mirror://debian;
|
||||||
packages = commonDebianPackages;
|
packages = commonDebianPackages;
|
||||||
@ -1001,8 +1001,8 @@ rec {
|
|||||||
name = "debian-9.4-stretch-amd64";
|
name = "debian-9.4-stretch-amd64";
|
||||||
fullName = "Debian 9.4 Stretch (amd64)";
|
fullName = "Debian 9.4 Stretch (amd64)";
|
||||||
packagesList = fetchurl {
|
packagesList = fetchurl {
|
||||||
url = mirror://debian/dists/stretch/main/binary-amd64/Packages.xz;
|
url = https://web.archive.org/web/20180912163152/http://ftp.debian.org/debian/dists/stretch/main/binary-amd64/Packages.xz;
|
||||||
sha256 = "19j0c54b1b9lbk9fv2c2aswdh0s2c3klf97zrlmsz4hs8wm9jylq";
|
sha256 = "11vnn9bba2jabixvabfbw9zparl326c88xn99di7pbr5xsnl15jm";
|
||||||
};
|
};
|
||||||
urlPrefix = mirror://debian;
|
urlPrefix = mirror://debian;
|
||||||
packages = commonDebianPackages;
|
packages = commonDebianPackages;
|
||||||
|
Loading…
Reference in New Issue
Block a user