about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-09-09 12:41:03 +0200
committerGitHub <noreply@github.com>2023-09-09 12:41:03 +0200
commitd3ccd5b6dd5f3602261b7de1f841bbf3fb6e9418 (patch)
treed09d60ec561fb69fc33c53f5daabbe99e5f74a90
parent7a4e7be50c3b8830aeba4f02bcc2ab63bc0eca94 (diff)
parent1c3acb9887bbafcbf32f30730e99543556836d3a (diff)
Merge pull request #254204 from gmemstr/redisinsight-2.32
redisinsight: 2.30.0 -> 2.32
-rw-r--r--pkgs/development/tools/redisinsight/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/tools/redisinsight/default.nix b/pkgs/development/tools/redisinsight/default.nix
index 20ba4ba18c41a..bb96df683e275 100644
--- a/pkgs/development/tools/redisinsight/default.nix
+++ b/pkgs/development/tools/redisinsight/default.nix
@@ -22,28 +22,28 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "redisinsight-electron";
-  version = "2.30.0";
+  version = "2.32";
 
   src = fetchFromGitHub {
     owner = "RedisInsight";
     repo = "RedisInsight";
     rev = "${finalAttrs.version}";
-    hash = "sha256-TzqbMycKcOlUSKvfghip/KdMRiwstkFP+iJG5/9JVlA=";
+    hash = "sha256-esaH10AyEooym/62F5LJL7oP5UmD6T2UX8g/9QniL9s=";
   };
 
   offlineCache = fetchYarnDeps {
     yarnLock = finalAttrs.src + "/yarn.lock";
-    sha256 = "sha256-aDr5wxM/Rp3Tj09nPpLPJHSG5A73+4rAfrMCcxCr7so=";
+    sha256 = "NHKttywAaWAYkciGzYCnm1speHrWsv1t+dxL1DZgM7o=";
   };
 
   feOfflineCache = fetchYarnDeps {
     yarnLock = finalAttrs.src + "/redisinsight/yarn.lock";
-    sha256 = "sha256-O+8lNDrqPdxE+tgjpKbgm9Q66VlJaJgZRHlNyaFkumM=";
+    sha256 = "1S1KNUOtmywQ0eyqVS2oRlhpjcL9eps8CR7AtC9ujSU=";
   };
 
   apiOfflineCache = fetchYarnDeps {
     yarnLock = finalAttrs.src + "/redisinsight/api/yarn.lock";
-    sha256 = "sha256-2Tvck+9MDj6s+7jehUEyPfJiFFxbMOYDFD/Qgt2En6c=";
+    sha256 = "P99+1Dhdg/vznC2KepPrVGNlrofJFydXkZVxgwprIx4=";
   };
 
   nativeBuildInputs = [ yarn fixup_yarn_lock nodejs makeWrapper python3 nest-cli libsass pkg-config ]