Merge pull request #66058 from pmiddend/fcppt-update-to-3.2.2
fcppt: 3.0.0 -> 3.2.2
This commit is contained in:
commit
36d3a8a0eb
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, boost, brigand, catch2 }:
|
{ stdenv, fetchFromGitHub, cmake, boost, brigand, catch2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fcppt-${version}";
|
pname = "fcppt";
|
||||||
version = "3.0.0";
|
version = "3.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "freundlich";
|
owner = "freundlich";
|
||||||
repo = "fcppt";
|
repo = "fcppt";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0l78fjhy9nl3afrf0da9da4wzp1sx3kcyc2j6b71i60kvk44v4in";
|
sha256 = "09mah52m3lih2n0swpsh8qb72yzl4nixaq99xp7wxyxxprhf4bpa";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user