fcppt: 5.0.0 -> 5.2.0 (#554534)

This commit is contained in:
Nikolay Korotkiy
2026-08-22 14:26:02 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fcppt";
version = "5.0.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "cpreh";
repo = "fcppt";
rev = finalAttrs.version;
hash = "sha256-8dBG6LdSngsutBboqb3WVVg3ylayoUYDOJV6p/ZFkoE=";
hash = "sha256-mPkuMz+PfPA4QkwVpCMPKOCEmaxMg0OfLHAqvH08tUk=";
};
nativeBuildInputs = [ cmake ];