Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed May 1, 2024
1 parent d739664 commit a5c8e18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions flake.lock

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

8 changes: 4 additions & 4 deletions libraries/nixpkgs/programs/redisinsight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ let
sources = {
"aarch64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/RedisInsight-mac-arm64.dmg";
sha256 = "0n5g433q336srmh0q13kbbscfb3vf1im4fywbq7szqqblsx6cdca";
sha256 = "10y52nlbiqs7f85r1d83z4y68mbgzs5z7zaiq01spjbxfpdanpch";
};
"x86_64-darwin" = {
url = "https://download.redisinsight.redis.com/latest/RedisInsight-mac-x64.dmg";
sha256 = "08q6p35lb91hcph58a2qfg8cl9n3rf4yvlx6w7j6hq979ybd8a43";
sha256 = "06r668l4bjx2s3p19n7av8717y05lq90dzss42mnlm7y684zjhxi";
};
};

in
stdenvNoCC.mkDerivation rec {
pname = "redisinsight";
version = "2.46.0";
version = "2.48.0";

src = fetchurl {
inherit (sources.${stdenvNoCC.hostPlatform.system}) url sha256;
};

sourceRoot = "RedisInsight.app";
sourceRoot = "Redis Insight.app";

nativeBuildInputs = [ undmg ];

Expand Down

0 comments on commit a5c8e18

Please sign in to comment.