summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kdevelop5
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-05-07 20:33:39 -0400
committerGitHub <noreply@github.com>2020-05-07 20:33:39 -0400
commit3a6c592ebcbeecc8356e3626115c08f33feb5a37 (patch)
treebb56de550af82c833cab677cf29452662f11e91b /pkgs/applications/editors/kdevelop5
parent6107d49708aeb6eb66b52d79b74fc9edccfc0e99 (diff)
parentdfd8f0b3d6192af6551385c35e580cce06bccf13 (diff)
Merge pull request #87217 from r-ryantm/auto-update/kdev-python
kdev-python: 5.5.0 -> 5.5.1
Diffstat (limited to 'pkgs/applications/editors/kdevelop5')
-rw-r--r--pkgs/applications/editors/kdevelop5/kdev-python.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/kdevelop5/kdev-python.nix b/pkgs/applications/editors/kdevelop5/kdev-python.nix
index 275aaba4f2eb..80a5436c9556 100644
--- a/pkgs/applications/editors/kdevelop5/kdev-python.nix
+++ b/pkgs/applications/editors/kdevelop5/kdev-python.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kdev-python";
- version = "5.5.0";
+ version = "5.5.1";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
- sha256 = "0kna6vkxc6lrfzb3gzn11qvw8jpa86gi1k996hdk83gn0lhmkvx5";
+ sha256 = "0k4j2kp77sz2p8s77wmcawia81bx7vfb2nnh9lqxzdk2mmlg387c";
};
cmakeFlags = [