summary refs log tree commit diff
path: root/pkgs/build-support/vm
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2017-09-11 13:00:30 +0200
committerDomen Kožar <domen@dev.si>2017-09-11 13:02:19 +0200
commitc7a152e5d05f14638fb67e34f341501e49094125 (patch)
treed4df3d6502cb81445d7f5085bcfab737aa908d29 /pkgs/build-support/vm
parent373b2231be61032fdf1ff8eca37699577332ead9 (diff)
downloadnixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.tar
nixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.tar.gz
nixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.tar.bz2
nixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.tar.lz
nixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.tar.xz
nixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.tar.zst
nixpkgs-c7a152e5d05f14638fb67e34f341501e49094125.zip
vm: bump trusty-updates hash
In future we might just not use the updates if hash changes too
often.
Diffstat (limited to 'pkgs/build-support/vm')
-rw-r--r--pkgs/build-support/vm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index e9310c0c516..b7d9203a0b6 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -1689,7 +1689,7 @@ rec {
           })
           (fetchurl {
             url = mirror://ubuntu/dists/trusty-updates/main/binary-amd64/Packages.bz2;
-            sha256 = "0hrrcx9kqszla5qkd31gjm87b7hnvjin9vvpga2skb9wl3h7ys2f";
+            sha256 = "03vd582p8b78s8sq6hz3nynn9vr7syccmn77i5mzayvsadb74cfy";
           })
         ];
       urlPrefix = mirror://ubuntu;