Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Jan 1, 2025
1 parent 1ccdc86 commit 4dd77f2
Show file tree
Hide file tree
Showing 4 changed files with 20 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 = "1pwdw8s0yybpm3kz1dcjmwvvns0aph6bbnzcmwbdbvf2z9rr7g76";
sha256 = "0jsrikayq77b6f9fjcdf56pa3r07inzcf13bc6lay5lclhdz2s0a";
};
"x86_64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/Redis-Insight-mac-x64.dmg";
sha256 = "0y0l4hjm1hhya2333mza2s7sfvrh7lcm2g3sk2nsmghikz1sp95x";
sha256 = "0p48yh6wjlirqbg6k8y10vgfp0dbi6jg27m91nqvilk1ch33n7ss";
};
};

in
stdenvNoCC.mkDerivation rec {
pname = "redisinsight";
version = "2.64.0";
version = "2.64.1";

src = fetchurl {
inherit (sources.${stdenvNoCC.hostPlatform.system}) url sha256;
Expand Down
1 change: 1 addition & 0 deletions modules/darwin/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
hadolint
ijhttp
jetbrains.datagrip
jetbrains.idea-community
ngrok
procps
shfmt
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/programs/homerow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
config = {
check-for-updates-automatically = false;
dash-speed-multiplier = 2;
label-font-size = 9;
label-font-size = 10;
non-search-shortcut = "⌥⌘Space"; # ⌥⌘Space
scroll-px-per-ms = 1.5;
search-shortcut = "⌥⌘↩"; # ⌥⌘↩
Expand Down

0 comments on commit 4dd77f2

Please sign in to comment.