Skip to content

Commit

Permalink
Merge pull request NixOS#79536 from r-ryantm/auto-update/kdevelop-pg-qt
Browse files Browse the repository at this point in the history
kdevelop-pg-qt: 2.2.0 -> 2.2.1
  • Loading branch information
aanderse authored Mar 5, 2020
2 parents 778ecba + 76e7488 commit e113100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

let
pname = "kdevelop-pg-qt";
version = "2.2.0";
version = "2.2.1";

in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "01a4y98hf8zlrdf5l8f4izqh4n3j3xs93j8ny5a3f4z50nb6hxq7";
sha256 = "0ay6m6j6zgrbcm48f14bass83bk4w5qnx76xihc05p69i9w32ff1";
};

nativeBuildInputs = [ cmake pkgconfig extra-cmake-modules ];
Expand Down

0 comments on commit e113100

Please sign in to comment.