about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-08-07 11:48:13 +0800
committerGitHub <noreply@github.com>2020-08-07 11:48:13 +0800
commit9764d44517bc560ce14b821ddd191a449f02aa30 (patch)
treec8f145d83b865875af983f8561599290e18d37ad /pkgs/applications/editors
parentef9fc33193681063cffa0a388d43b7933597516d (diff)
parent048e885b29deeeaa61d717f7bd176ee68f1666c4 (diff)
Merge pull request #94816 from r-ryantm/auto-update/okteta
kdeApplications.okteta: 0.26.3 -> 0.26.4
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 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 ];