Merge pull request #66058 from pmiddend/fcppt-update-to-3.2.2

fcppt: 3.0.0 -> 3.2.2
This commit is contained in:
Marek Mahut 2019-08-12 22:13:33 +02:00 committed by GitHub
commit 36d3a8a0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, boost, brigand, catch2 }:
stdenv.mkDerivation rec {
name = "fcppt-${version}";
version = "3.0.0";
pname = "fcppt";
version = "3.2.2";
src = fetchFromGitHub {
owner = "freundlich";
repo = "fcppt";
rev = version;
sha256 = "0l78fjhy9nl3afrf0da9da4wzp1sx3kcyc2j6b71i60kvk44v4in";
sha256 = "09mah52m3lih2n0swpsh8qb72yzl4nixaq99xp7wxyxxprhf4bpa";
};
nativeBuildInputs = [ cmake ];