vm: Add trusty-updates to the packages list

This commit is contained in:
Antoine Eiche 2017-07-31 12:39:24 +02:00 committed by Franz Pletz
parent 7d1d019650
commit d4b0883ad2

View File

@ -1687,6 +1687,10 @@ rec {
url = mirror://ubuntu/dists/trusty/universe/binary-amd64/Packages.bz2;
sha256 = "558637eeb8e340b871653e2060effe36e064677eca4eae62d9e4138dd402a610";
})
(fetchurl {
url = mirror://ubuntu/dists/trusty-updates/main/binary-amd64/Packages.bz2;
sha256 = "0hrrcx9kqszla5qkd31gjm87b7hnvjin9vvpga2skb9wl3h7ys2f";
})
];
urlPrefix = mirror://ubuntu;
packages = commonDebPackages ++ [ "diffutils" "libc-bin" ];