Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Oct 1, 2024
1 parent 6b7a0b9 commit 65bd98d
Show file tree
Hide file tree
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.7.2_17389";
version = "1.7.4_17448";
hdiutil = "/usr/bin/hdiutil";

sources = {
"aarch64-darwin" = {
url = "https://cdn-updates.orbstack.dev/arm64/OrbStack_v${version}_arm64.dmg";
sha256 = "1gh3rwq70iclrdn5yqjkqlvnx63mjbf91q6fwp5bsx63c2zdmx3d";
sha256 = "1rwf16qh3rv7nfnzzwv9mka3mf724bvvvjv4wx7mnr07p6wmwqa1";
};
"x86_64-darwin" = {
url = "https://cdn-updates.orbstack.dev/amd64/OrbStack_v${version}_amd64.dmg";
sha256 = "0j2vk38qznmxzhdf40adriigck2xk9dd58ywr5plq6sd880hag5f";
sha256 = "1z61ci4bz70hvawsa3w25yyjyskif97a742jndgi820f43vmpn13";
};
};

Expand Down

0 comments on commit 65bd98d

Please sign in to comment.