Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Nov 4, 2024
1 parent 705db62 commit 213f3bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 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/redisinsight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ let
sources = {
"aarch64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/Redis-Insight-mac-arm64.dmg";
sha256 = "106891zlrxqcny4m1avblrfvpv83in089xg18k4803sbx3czfha2";
sha256 = "1mkzz8jghs3i1wnc13d5v12libxv117g4j6krsf4xwh5si0sh84f";
};
"x86_64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/Redis-Insight-mac-x64.dmg";
sha256 = "10n4ffp5a5sxa6lw8q6kqcfl8j8040lldqsbqd6kvn1vnp23r0na";
sha256 = "0vpazwq5pz89zifvfgpywd0nvywrpr6vxi1hmn21kxg8y41ssqqa";
};
};

in
stdenvNoCC.mkDerivation rec {
pname = "redisinsight";
version = "2.58.0";
version = "2.60.0";

src = fetchurl {
inherit (sources.${stdenvNoCC.hostPlatform.system}) url sha256;
Expand Down
1 change: 0 additions & 1 deletion modules/darwin/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

environment = {
shells = [ pkgs.bashInteractive ];
loginShell = "${pkgs.bashInteractive}/bin/bash -l";
pathsToLink = [ "/share/qemu" ];
};

Expand Down

0 comments on commit 213f3bc

Please sign in to comment.