summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-05 07:50:17 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-05 07:50:17 +0000
commit5cd325c344d4c4f9f097768d765de203556fc1ff (patch)
tree249eaf114c721faeb1931f80f16f8afc33c9e8b0
parent9397c5b74143c2082e19cac57a8feb94fb77c402 (diff)
downloadnixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.tar
nixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.tar.gz
nixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.tar.bz2
nixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.tar.lz
nixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.tar.xz
nixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.tar.zst
nixpkgs-5cd325c344d4c4f9f097768d765de203556fc1ff.zip
okteta: 0.26.4 -> 0.26.5
-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 b2011c5d8e6..296a1eb2ad8 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 ];