summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-07-14 22:38:40 +0100
committer06kellyjac <dev@j-k.io>2021-07-14 22:38:40 +0100
commit3094fba6835b630c7191e7c9e60780270bc96079 (patch)
treed874681d6f488fa75eeba29dd3886999c27f5ebe /pkgs/applications/networking/cluster
parent00fd3a9b91e241a4eac8f45bafe95ea25ad04ec6 (diff)
downloadnixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.tar
nixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.tar.gz
nixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.tar.bz2
nixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.tar.lz
nixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.tar.xz
nixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.tar.zst
nixpkgs-3094fba6835b630c7191e7c9e60780270bc96079.zip
octant-desktop: 0.21.0 -> 0.22.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/octant/desktop.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/octant/desktop.nix b/pkgs/applications/networking/cluster/octant/desktop.nix
index 4095a7907eb..e793df71a58 100644
--- a/pkgs/applications/networking/cluster/octant/desktop.nix
+++ b/pkgs/applications/networking/cluster/octant/desktop.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "octant-desktop";
-  version = "0.21.0";
+  version = "0.22.0";
   name = "${pname}-${version}";
 
   inherit (stdenv.hostPlatform) system;
@@ -15,8 +15,8 @@ let
   src = fetchurl {
     url = "https://github.com/vmware-tanzu/octant/releases/download/v${version}/Octant-${version}.${suffix}";
     sha256 = {
-      x86_64-linux = "sha256-Woridi8uGsxvccdeaDzVLs+2YrRKUnm3WbX5LhorM1Y=";
-      x86_64-darwin = "sha256-NF3bm8WFEs4kgrUp+7qCbj6Z6pUMRUp7h4nhJQDJnoY=";
+      x86_64-linux = "sha256-xMdNoH0UE/KLIQ0DjJfb+ZB/q2F+kyFEncrQ9YYJgE0=";
+      x86_64-darwin = "sha256-y3fmxrsQ0hCa1wuMiRGHf79kpi25qXv/idKrVT87oc0=";
     }.${system};
   };