summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-10-11 11:51:09 +0800
committerPeter Hoeg <peter@hoeg.com>2018-10-11 11:51:09 +0800
commitb823983d106c1978f36eb3e35454ee4cbac4317b (patch)
treeafcbc674eaf992e2007d4382712943c3ac1cd8e7 /pkgs/applications/editors/okteta
parent0a7e258012b60cbe530a756f09a4f2516786d370 (diff)
okteta: 0.25.3 -> 0.25.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 a2337483bf1f..b14065429152 100644
--- a/pkgs/applications/editors/okteta/default.nix
+++ b/pkgs/applications/editors/okteta/default.nix
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "okteta-${version}";
- version = "0.25.3";
+ version = "0.25.4";
src = fetchurl {
url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
- sha256 = "0mm6pmk7k9c581b12a3wl0ayhadvyymfzmscy9x32b391qy9inai";
+ sha256 = "0liar1xbns6mr6j320nyxqfii82i4ysp62hf3j6jg1112v874amf";
};
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];