Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
sudosubin committed Nov 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e0cc9a2 commit 86f3f73
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libraries/nixpkgs/programs/orbstack/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ lib, fetchurl, fetchFromGitHub, stdenvNoCC, docker, installShellFiles, _7zz }:

let
version = "1.8.1_18374";
version = "1.8.2_18394";
hdiutil = "/usr/bin/hdiutil";

sources = {
"aarch64-darwin" = {
url = "https://cdn-updates.orbstack.dev/arm64/OrbStack_v${version}_arm64.dmg";
sha256 = "03fdakn7w279r7w315a97rdlz74x1ki4s1x108hpmqf4zikncy3m";
sha256 = "076rq2nfp6dw23c05qj4j1hab415vrsh87mv5dv89ggnafa7qpwj";
};
"x86_64-darwin" = {
url = "https://cdn-updates.orbstack.dev/amd64/OrbStack_v${version}_amd64.dmg";
sha256 = "0xj8cnp7ddgqrv803n2xk64vd3fqn92n2njz8mby7rzb6s7nag78";
sha256 = "1683bjzdhmpmbd0abxv52zspgi1k2gmam46bb67pf3amqjc3g6qw";
};
};

0 comments on commit 86f3f73

Please sign in to comment.