Skip to content

Commit

Permalink
cutelyst: 2.8.0 -> 2.9.0 (#71519)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fpletz committed Oct 21, 2019
1 parent cfe3c89 commit 9d281cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cutelyst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "cutelyst";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "cutelyst";
repo = "cutelyst";
rev = "v${version}";
sha256 = "02jys32qkyksa2dmanyg4x0y5lh4ra0xbn2mfr2k84slrxbgjs1g";
sha256 = "13h2sj131s31qdzdwa3hx7ildmvlk8mv9s0j99kvx1ijaq49z79f";
};

nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
Expand Down

0 comments on commit 9d281cc

Please sign in to comment.