about summary refs log tree commit diff
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-06 19:25:28 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-06 19:25:28 +0000
commit048e885b29deeeaa61d717f7bd176ee68f1666c4 (patch)
tree534859dbbade92b02b1813787b3645c92477dee7 /pkgs/applications/editors/okteta
parent258ca6451d48d1f0de345f62c85e6e13dde805c7 (diff)
kdeApplications.okteta: 0.26.3 -> 0.26.4
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 b9d92409198bb..382fcd44257ef 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.3";
+  version = "0.26.4";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
-    sha256 = "1454844s76skk18gpcf56y9pkmffs7p4z09ggmy37ifzf7yk1p19";
+    sha256 = "00qgzm5mqx0j8f0fznhnw76l9pjyw3lxirvy8ssq59nqqjbb08pg";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];