summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-02 18:33:10 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-02 18:33:10 -0800
commit181623548ce7d18d73e6d715ec6fcda2367c7b88 (patch)
tree4a2fbde0952380c5a1bb04a78faa100d203be9e8 /pkgs/applications/editors/okteta
parentde96413bbfc3deae4e81b48d7d973f836985c39c (diff)
kdeApplications.okteta: 0.25.4 -> 0.25.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/okteta/versions
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 b14065429152..3cc3b9143894 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.4";
+ version = "0.25.5";
src = fetchurl {
url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
- sha256 = "0liar1xbns6mr6j320nyxqfii82i4ysp62hf3j6jg1112v874amf";
+ sha256 = "1680hx4n36msz86gyjsdr5v7nf8rpybvzrvfw8y98l95hfq3l6g9";
};
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];