Skip to content

Commit

Permalink
Switched to updated installation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vkjr committed Oct 2, 2019
1 parent 6037add commit ddbe9a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nix/desktop/base-image/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

let
defaultPackageSource = {
version = "20190923";
version = "20191002";
hostSystem = "x86_64-linux";
};
packageSources = {
"linux" = defaultPackageSource // {
sha256 = "1l2rmqc2mxlz4qp5pnl1763pzqh6y3aawxrd9336q5w35xgrgmcm";
sha256 = "1xqa8k00kgld82d3knfbwn90nsw2f7s8h8r8188q966fk99m4g0h";
};
"macos" = defaultPackageSource // {
sha256 = "1j73l7xry0xw922zxhbsai1391a4i15rni1pfszr3cis8v95n21v";
sha256 = "0nmv3agaipdlhl38wh58bgyb8pdc454gxxzig9x0sw5zp9jsaziq";
hostSystem = "x86_64-darwin";
};
"windows" = defaultPackageSource // {
sha256 = "0sb1nqwy2ap7lr1vrk497fqrjhv7c470pm0kmrvwn4nas4gm40g5";
sha256 = "0p6amqz5942100zm3szwbksp2rp08ybfmgiz4bmviggg8391i0zr";
};
};
packageFactory = target-os:
Expand Down

0 comments on commit ddbe9a9

Please sign in to comment.