Skip to content

Commit

Permalink
vagrant: 1.8.6 -> 1.8.7
Browse files Browse the repository at this point in the history
I upgrade vagrant mainly for this bug :
hashicorp/vagrant#7844
  • Loading branch information
mikefaille committed Nov 14, 2016
1 parent e2ac66f commit 3a3706c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/vagrant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, libxml2, libxslt, makeWrapper, p7zip, xar, gzip, cpio }:

let
version = "1.8.6";
version = "1.8.7";
rake = buildRubyGem {
inherit ruby;
gemName = "rake";
Expand All @@ -17,9 +17,9 @@ let
else "system ${stdenv.system} not supported";

sha256 = {
"x86_64-linux" = "1nkhf160hcl02yvafj6hq53j204qqxyvxjngnmf4f5md8dmkpn76";
"i686-linux" = "0mr4pn7nggjdsqyxh1z2mflvvmpzhbxh5gax501d2hi8xr0y68df";
"x86_64-darwin" = "1nd2adxwhs2vwmi5vw2z720ny4q9rpj8i4dlcdxzbyli7h8cs5mr";
"x86_64-linux" = "10c77b643b73dd3ad7a45a89d8ab95b58b79dc10e0cf6e760fe24abc436b2fdb";
"i686-linux" = "9d2a70f34ab65d8d2cb013917f221835432aa63cd4ef781c9fd1404cfcfe7898";
"x86_64-darwin" = "14d68f599a620cf421838ed037f0a1c4467e1b67475deeff62330a21fda4937b";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");

arch = builtins.replaceStrings ["-linux"] [""] stdenv.system;
Expand Down

0 comments on commit 3a3706c

Please sign in to comment.