vm: remove trusty-updates hash as it changes too often

This commit is contained in:
Domen Kožar 2017-09-14 11:28:54 +02:00
parent 233fc0b360
commit f49b7d3c88
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -1687,10 +1687,6 @@ 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 = "03vd582p8b78s8sq6hz3nynn9vr7syccmn77i5mzayvsadb74cfy";
})
];
urlPrefix = mirror://ubuntu;
packages = commonDebPackages ++ [ "diffutils" "libc-bin" ];