Merge pull request #307617 from r-ryantm/auto-update/the-foundation

the-foundation: 1.7.0 -> 1.8.1
This commit is contained in:
Nikolay Korotkiy 2024-04-29 10:37:47 +04:00 committed by GitHub
commit ba1e6fdd89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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