about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 09:56:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 09:56:33 +0000
commite85489ea5351d25e4d8d1c7121a235ad8889655b (patch)
treec02858ff1e72ab13b3ced08330c87cfe31d0d6e7 /pkgs/applications/editors
parentf88c003dce3390d55c56f6f6ea07233ef7eb1795 (diff)
okteta: 0.26.13 -> 0.26.14
Diffstat (limited to 'pkgs/applications/editors')
-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 72ff8ae5d6057..3b20e5c815d5a 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.13";
+  version = "0.26.14";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
-    sha256 = "0wlpv0rk4ys4rbcpf8lqpkm0yr5dxkaz60qk2lvm27w1s489ir8l";
+    sha256 = "sha256-2bvspG3lecKlcN/+YPRmFKQCu/jhckafeSo272iE+9k=";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];