Skip to content

Commit

Permalink
feat: Update dependencies, remove zoom from darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Jul 10, 2024
1 parent 308a370 commit 488c596
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 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.

1 change: 0 additions & 1 deletion libraries/nixpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ in
"redisinsight"
"cleanshot"
"slack"
"zoom"
]);

nixpkgs.config.permittedInsecurePackages = [
Expand Down
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 = "102p494bvjnr157q0xyh10wq69kd8yr1c9ph670qyi4pr0gm9gbx";
sha256 = "058c99m89bmjrb3mv0il8g5zry8yv4sg940531a69c3sirj4m0hn";
};
"x86_64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/Redis-Insight-mac-x64.dmg";
sha256 = "1sm17nxw2jy08bp2yivi2ibn3nyh42p09qkj36k4d9srmnpwz8k9";
sha256 = "1575p5nswi03vpydv3dn4z0z0bgsxnrxdpxvc76dlqrb0ik29w1n";
};
};

in
stdenvNoCC.mkDerivation rec {
pname = "redisinsight";
version = "2.50.0";
version = "2.52.0";

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

secrets = {
Expand Down

0 comments on commit 488c596

Please sign in to comment.