Skip to content

Commit

Permalink
kdevelop-pg-qt: 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 8, 2020
1 parent 4506f4a commit 76e7488
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 76e7488

Please sign in to comment.