mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
vmTools: update Debian 9 names and hashes
This commit is contained in:
parent
bc7c7b2b09
commit
afd3dbcce8
@ -997,22 +997,22 @@ rec {
|
||||
};
|
||||
|
||||
debian9i386 = {
|
||||
name = "debian-9.3-stretch-i386";
|
||||
fullName = "Debian 9.3 Stretch (i386)";
|
||||
name = "debian-9.4-stretch-i386";
|
||||
fullName = "Debian 9.4 Stretch (i386)";
|
||||
packagesList = fetchurl {
|
||||
url = mirror://debian/dists/stretch/main/binary-i386/Packages.xz;
|
||||
sha256 = "1rpv0r92pkr9dmjvpffvgmq3an1s83npfmq870h67jqag3qpwj9l";
|
||||
sha256 = "05z5ccg4ysbrgallhai53sh83i0364w7a3fdq84dpv1li059jf10";
|
||||
};
|
||||
urlPrefix = mirror://debian;
|
||||
packages = commonDebianPackages;
|
||||
};
|
||||
|
||||
debian9x86_64 = {
|
||||
name = "debian-9.3-stretch-amd64";
|
||||
fullName = "Debian 9.3 Stretch (amd64)";
|
||||
name = "debian-9.4-stretch-amd64";
|
||||
fullName = "Debian 9.4 Stretch (amd64)";
|
||||
packagesList = fetchurl {
|
||||
url = mirror://debian/dists/stretch/main/binary-amd64/Packages.xz;
|
||||
sha256 = "1gnkvh7wc5yp0rw8kq8p8rlskvl0lc4cv3gdylw8qpqzy75xqlig";
|
||||
sha256 = "19j0c54b1b9lbk9fv2c2aswdh0s2c3klf97zrlmsz4hs8wm9jylq";
|
||||
};
|
||||
urlPrefix = mirror://debian;
|
||||
packages = commonDebianPackages;
|
||||
|
Loading…
Reference in New Issue
Block a user