about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-02-08 20:47:30 -0500
committerGitHub <noreply@github.com>2021-02-08 20:47:30 -0500
commit87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3 (patch)
tree30fd4b61df282cf4517488cc7d52d34f8d8c20e1 /pkgs/applications/editors
parent175bdeb4f5c3bd723b916c79400f239d4252e73c (diff)
parent5cd325c344d4c4f9f097768d765de203556fc1ff (diff)
downloadnixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.tar
nixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.tar.gz
nixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.tar.bz2
nixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.tar.lz
nixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.tar.xz
nixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.tar.zst
nixlib-87e7f2bed0e9efe86e88c1f1baaf4323961ca5a3.zip
Merge pull request #111990 from r-ryantm/auto-update/okteta
okteta: 0.26.4 -> 0.26.5
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 b2011c5d8e65..296a1eb2ad89 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.4";
+  version = "0.26.5";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
-    sha256 = "00qgzm5mqx0j8f0fznhnw76l9pjyw3lxirvy8ssq59nqqjbb08pg";
+    sha256 = "sha256-n8ft//c+ewWDr1QLDAUvkiHKPxHqP8NgTCvO2wnCmpc=";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];