Skip to content

Commit b3d9098

Browse files
authored
chore(hil): bump orb-hil to beta 19 (#1100)
- also install casync & goofys to test caching possibilities
1 parent 1e47c1a commit b3d9098

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nix/machines/hil-common.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ in
7979
environment.systemPackages = [
8080
orb-hil
8181
pkgs.zsync
82+
pkgs.casync
83+
pkgs.goofys
8284
];
8385

8486
networking.hostName = "${hostname}";

nix/packages/orb-hil.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{ pkgs }:
33
pkgs.stdenv.mkDerivation rec {
44
pname = "orb-hil";
5-
version = "0.0.2-beta.18";
5+
version = "0.0.2-beta.19";
66

77
src = pkgs.fetchurl {
88
url = "https://github.com/worldcoin/orb-software/releases/download/orb-hil%2Fv${version}/orb-hil_x86_64";
9-
sha256 = "sha256-LRz71fDnHIMH0VYiimGEBOP6+kW8gGvNgBjRspzQDko=";
9+
sha256 = "sha256-8Q6THMhmZnmFMqTKH6QwCfZvUmerzjQe1yewu6qsxp0=";
1010
};
1111

1212
dontUnpack = true;

0 commit comments

Comments
 (0)