about summary refs log tree commit diff
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 03:53:58 +0000
committerPeter Hoeg <peter@hoeg.com>2022-08-01 14:47:24 +0800
commit9e160bcf610b4a0ff20076feb445b506049e40a0 (patch)
treeda2fc7430737cec471cc8792d7e62b7ee8ecb6b5 /pkgs/applications/editors/okteta
parentc9c9d9a1b3b7a21eda62a5beed608875be27b682 (diff)
okteta: 0.26.7 -> 0.26.9
Diffstat (limited to 'pkgs/applications/editors/okteta')
-rw-r--r--pkgs/applications/editors/okteta/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix
index aee98d9a612d9..e27c80052f29f 100644
--- a/pkgs/applications/editors/okteta/default.nix
+++ b/pkgs/applications/editors/okteta/default.nix
@@ -4,11 +4,11 @@
 
 mkDerivation rec {
   pname = "okteta";
-  version = "0.26.7";
+  version = "0.26.9";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-8SO1VpDWz19UfppdtziiZymoLnvQLMAAIjjOTZ/VMOM=";
+    sha256 = "sha256-FoVMTU6Ug4IZrjEVpCujhf2lyH3GyYZayQ03dPjQX/s=";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];