about summary refs log tree commit diff
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 15:41:10 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 15:41:10 -0700
commitb710f4a85c80723dea90f9be826f2d6b26d36e61 (patch)
treeb5a89e4e154a5bc43b5d1cb296ec4bb2805c1b0a /pkgs/applications/editors/okteta
parent6767396e380b39128e5decf30d6cb87481a75490 (diff)
downloadnixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.tar
nixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.tar.gz
nixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.tar.bz2
nixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.tar.lz
nixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.tar.xz
nixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.tar.zst
nixlib-b710f4a85c80723dea90f9be826f2d6b26d36e61.zip
kdeApplications.okteta: 0.25.2 -> 0.25.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
okteta
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 efe728f68494..a2337483bf1f 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.2";
+  version = "0.25.3";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
-    sha256 = "00mw8gdqvn6vn6ir6kqnp7xi3lpn6iyp4f5aknxwq6mdcxgjmh1p";
+    sha256 = "0mm6pmk7k9c581b12a3wl0ayhadvyymfzmscy9x32b391qy9inai";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];