about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-03 06:51:14 +0000
committerPeter Hoeg <peter@hoeg.com>2024-01-07 21:26:57 +0100
commit5ec5f0477181d16ffbb16dec4bf7127c50910150 (patch)
tree5e6d6fe37fb758a50938a6774028530c21921e62 /pkgs/applications/editors
parent9a1aab762874ed0af1ef947b783c1d916009ca4b (diff)
okteta: 0.26.14 -> 0.26.15
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 3b20e5c815d5a..d42e6f6eb675d 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.14";
+  version = "0.26.15";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-2bvspG3lecKlcN/+YPRmFKQCu/jhckafeSo272iE+9k=";
+    sha256 = "sha256-BTNQDvcGjBJG4hj1N69yboNth4/ydeOS7T2KiqbPfGM=";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];