diff options
author | Peter Hoeg <peter@hoeg.com> | 2018-10-11 11:51:09 +0800 |
---|---|---|
committer | Peter Hoeg <peter@hoeg.com> | 2018-10-11 11:51:09 +0800 |
commit | b823983d106c1978f36eb3e35454ee4cbac4317b (patch) | |
tree | afcbc674eaf992e2007d4382712943c3ac1cd8e7 /pkgs/applications/editors | |
parent | 0a7e258012b60cbe530a756f09a4f2516786d370 (diff) |
okteta: 0.25.3 -> 0.25.4
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r-- | pkgs/applications/editors/okteta/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix index a2337483bf1fd..b140654291522 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 ]; |