the-foundation: 1.6.1 → 1.7.0

This commit is contained in:
Nikolay Korotkiy 2023-10-08 16:41:02 +04:00
parent dfdc60c3b2
commit 49cce13980
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -12,14 +12,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "the-foundation";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitea {
domain = "git.skyjake.fi";
owner = "skyjake";
repo = "the_Foundation";
rev = "v${finalAttrs.version}";
hash = "sha256-GOvdnmutSQcsNT57tADLSkJAUX0JDVsualII+y21a+I=";
hash = "sha256-6bEd8KzOfBse5sQ2zp+cZtEAu8xIl3GqrpxSZ7h/edI=";
};
nativeBuildInputs = [ cmake pkg-config ];