summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-12-17 07:11:21 -0500
committerGitHub <noreply@github.com>2020-12-17 07:11:21 -0500
commitba2e5e624a30300e8e6ce58a221466af0e35bbb1 (patch)
tree6aaa933786245a4fc4eff4f365829ca6c8df953d
parent0761aabdae4e15f65561ee37248f6c37187a4605 (diff)
parent9c5747aab0c079c4aa335c24e5807113186d9d36 (diff)
Merge pull request #106717 from r-ryantm/auto-update/kdev-php
kdev-php: 5.6.0 -> 5.6.1
-rw-r--r--pkgs/applications/editors/kdevelop5/kdev-php.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/kdevelop5/kdev-php.nix b/pkgs/applications/editors/kdevelop5/kdev-php.nix
index 524835402f4e..23c8f0698cf0 100644
--- a/pkgs/applications/editors/kdevelop5/kdev-php.nix
+++ b/pkgs/applications/editors/kdevelop5/kdev-php.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kdev-php";
- version = "5.6.0";
+ version = "5.6.1";
src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
- sha256 = "1j5m9mhjzp2r4wdwnnnckms8ic536s6y0iyry2zdndbsy215hqlz";
+ sha256 = "0xjijkmp3drnfrx4gb4bwf8n1dgwk310c0mssm6drffwix7ljpbz";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];