Skip to content

Commit

Permalink
vm: bump trusty-updates hash
Browse files Browse the repository at this point in the history
In future we might just not use the updates if hash changes too
often.
  • Loading branch information
domenkozar committed Sep 11, 2017
1 parent b1cb7ee commit 64a563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/vm/default.nix
Expand Up @@ -1689,7 +1689,7 @@ rec {
})
(fetchurl {
url = mirror://ubuntu/dists/trusty-updates/main/binary-amd64/Packages.bz2;
sha256 = "0hrrcx9kqszla5qkd31gjm87b7hnvjin9vvpga2skb9wl3h7ys2f";
sha256 = "03vd582p8b78s8sq6hz3nynn9vr7syccmn77i5mzayvsadb74cfy";
})
];
urlPrefix = mirror://ubuntu;
Expand Down

1 comment on commit 64a563f

@bjornfor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget git cherry-pick -x [...] :-)

Please sign in to comment.