about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-03-26 08:11:36 +0000
committer06kellyjac <dev@j-k.io>2021-03-26 08:11:36 +0000
commit5e0204f4ece96fa9627eae59012147f586346338 (patch)
tree8543722604668b0bb094181a2978368ec2627d2c /pkgs/applications
parentcf830992252ea9105a2e2911e7b82220cf53be65 (diff)
downloadnixlib-5e0204f4ece96fa9627eae59012147f586346338.tar
nixlib-5e0204f4ece96fa9627eae59012147f586346338.tar.gz
nixlib-5e0204f4ece96fa9627eae59012147f586346338.tar.bz2
nixlib-5e0204f4ece96fa9627eae59012147f586346338.tar.lz
nixlib-5e0204f4ece96fa9627eae59012147f586346338.tar.xz
nixlib-5e0204f4ece96fa9627eae59012147f586346338.tar.zst
nixlib-5e0204f4ece96fa9627eae59012147f586346338.zip
octant: 0.17.0 -> 0.18.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/octant/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/octant/default.nix b/pkgs/applications/networking/cluster/octant/default.nix
index 453c1406fd20..0e97b541a5dc 100644
--- a/pkgs/applications/networking/cluster/octant/default.nix
+++ b/pkgs/applications/networking/cluster/octant/default.nix
@@ -15,12 +15,12 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "octant";
-  version = "0.17.0";
+  version = "0.18.0";
 
   src = fetchsrc version {
-    x86_64-linux = "sha256-kYS8o97HBjNgwmrG4fjsqFWxZy6ATFOhxt6j3KMZbEc=";
-    aarch64-linux = "sha256-/Tpna2Y8+PQt+SeOJ9NDweRWGiQXU/sN+Wh/vLYQPwM=";
-    x86_64-darwin = "sha256-aOUmnD+l/Cc5qTiHxFLBjCatszmPdUc4YYZ6Oy5DT3U=";
+    x86_64-linux = "sha256-D/pHOXR7XQoJCGqUep1lBAY4239HH35m+evFd21pcK0=";
+    aarch64-linux = "sha256-aL1axz3ebqrKQ3xK2UgDMQ+o6ZKgIvwy6Phici7WT2c=";
+    x86_64-darwin = "sha256-MFxOAAEnLur0LJJNU0SSlO+bH4f18zOfZNA49fKEQEw=";
   };
 
   dontConfigure = true;