the-foundation: 1.6.0 → 1.6.1

This commit is contained in:
Nikolay Korotkiy 2023-03-17 22:55:10 +04:00
parent e9118d5078
commit 3392995957
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.0";
version = "1.6.1";
src = fetchFromGitea {
domain = "git.skyjake.fi";
owner = "skyjake";
repo = "the_Foundation";
rev = "v${finalAttrs.version}";
hash = "sha256-+V2WJYEmIZWpioNvvZMiw7Vt9ogEnEcjq+vR7UiBTO0=";
hash = "sha256-GOvdnmutSQcsNT57tADLSkJAUX0JDVsualII+y21a+I=";
};
nativeBuildInputs = [ cmake pkg-config ];