Skip to content

Commit 64a563f

Browse files
committedSep 11, 2017
vm: bump trusty-updates hash
In future we might just not use the updates if hash changes too often.
1 parent b1cb7ee commit 64a563f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/build-support/vm/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ rec {
16891689
})
16901690
(fetchurl {
16911691
url = mirror://ubuntu/dists/trusty-updates/main/binary-amd64/Packages.bz2;
1692-
sha256 = "0hrrcx9kqszla5qkd31gjm87b7hnvjin9vvpga2skb9wl3h7ys2f";
1692+
sha256 = "03vd582p8b78s8sq6hz3nynn9vr7syccmn77i5mzayvsadb74cfy";
16931693
})
16941694
];
16951695
urlPrefix = mirror://ubuntu;

1 commit comments

Comments
 (1)

bjornfor commented on Sep 11, 2017

@bjornfor
Contributor

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

Please sign in to comment.