about summary refs log tree commit diff
path: root/pkgs/applications/editors/kdevelop5/kdev-python.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-07-17 22:18:03 -0400
committerAaron Andersen <aaron@fosslib.net>2019-07-17 22:18:03 -0400
commite6a3b3b7df8eb87c013560b86830119927ca352b (patch)
treede46d12586329c685695504bb3d8c28a5322f6ef /pkgs/applications/editors/kdevelop5/kdev-python.nix
parent2f746bc1fcdc24b103bda3a27ed82c23200cc077 (diff)
kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3
Diffstat (limited to 'pkgs/applications/editors/kdevelop5/kdev-python.nix')
-rw-r--r--pkgs/applications/editors/kdevelop5/kdev-python.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/applications/editors/kdevelop5/kdev-python.nix b/pkgs/applications/editors/kdevelop5/kdev-python.nix
index 4fbf3ed297c15..099153995c9d9 100644
--- a/pkgs/applications/editors/kdevelop5/kdev-python.nix
+++ b/pkgs/applications/editors/kdevelop5/kdev-python.nix
@@ -1,15 +1,12 @@
 { stdenv, lib, fetchurl, cmake, extra-cmake-modules, threadweaver, ktexteditor, kdevelop-unwrapped, python }:
 
-let
-  pname = "kdev-python";
-  version = "5.3.2";
-in
 stdenv.mkDerivation rec {
-  name = "${pname}-${version}";
+  pname = "kdev-python";
+  version = "5.3.3";
 
   src = fetchurl {
     url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
-    sha256 = "0gqv1abzfpxkrf538rb62d2291lmlra8rghm9q9r3x8a46wh96zm";
+    sha256 = "0bqsny2jgi6wi1cz65i2j9r1hiwna2x10mzy7vdk8bz7b4z766yg";
   };
 
   cmakeFlags = [
@@ -23,7 +20,7 @@ stdenv.mkDerivation rec {
     maintainers = [ maintainers.aanderse ];
     platforms = platforms.linux;
     description = "Python support for KDevelop";
-    homepage = https://www.kdevelop.org;
+    homepage = "https://www.kdevelop.org";
     license = [ licenses.gpl2 ];
   };
 }