about summary refs log tree commit diff
path: root/pkgs/applications/editors/okteta
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-08-20 10:08:46 +0800
committerPeter Hoeg <peter@hoeg.com>2018-08-20 10:08:46 +0800
commitc19cceca1cceb769f783718f8dccb706137fb043 (patch)
treeee39dad9ee9335c227a681421b8e0c984d57c0ff /pkgs/applications/editors/okteta
parent8395f9aa85e621c076334a67d814de8221ce7983 (diff)
downloadnixlib-c19cceca1cceb769f783718f8dccb706137fb043.tar
nixlib-c19cceca1cceb769f783718f8dccb706137fb043.tar.gz
nixlib-c19cceca1cceb769f783718f8dccb706137fb043.tar.bz2
nixlib-c19cceca1cceb769f783718f8dccb706137fb043.tar.lz
nixlib-c19cceca1cceb769f783718f8dccb706137fb043.tar.xz
nixlib-c19cceca1cceb769f783718f8dccb706137fb043.tar.zst
nixlib-c19cceca1cceb769f783718f8dccb706137fb043.zip
okteta: 17.12.3 -> 0.25.2
Diffstat (limited to 'pkgs/applications/editors/okteta')
-rw-r--r--pkgs/applications/editors/okteta/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix
index abbffeb91807..efe728f68494 100644
--- a/pkgs/applications/editors/okteta/default.nix
+++ b/pkgs/applications/editors/okteta/default.nix
@@ -4,16 +4,16 @@
 
 stdenv.mkDerivation rec {
   name = "okteta-${version}";
-  version = "17.12.3";
+  version = "0.25.2";
 
   src = fetchurl {
-    url = "mirror://kde/stable/applications/${version}/src/${name}.tar.xz";
-    sha256 = "03wsv83l1cay2dpcsksad124wzan7kh8zxdw1h0yicn398kdbck4";
+    url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
+    sha256 = "00mw8gdqvn6vn6ir6kqnp7xi3lpn6iyp4f5aknxwq6mdcxgjmh1p";
   };
-  
+
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];
   buildInputs = [ shared-mime-info ];
-  
+
   propagatedBuildInputs = [
     kconfig
     kinit
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     karchive
     kcrash
   ];
-  
+
   meta = with stdenv.lib; {
     license = licenses.gpl2;
     maintainers = with maintainers; [ peterhoeg bkchr ];