the-foundation: 1.9.1 → 1.10.0

This commit is contained in:
Nikolay Korotkiy
2025-09-06 10:01:09 +04:00
parent 04bfad6e4a
commit fa5f9aa8a0
+2 -2
View File
@@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "the-foundation";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitea {
domain = "git.skyjake.fi";
owner = "skyjake";
repo = "the_Foundation";
rev = "v${finalAttrs.version}";
hash = "sha256-M3nG/926bz9US4R9cTyBw2n6oNy7VriGGzuHgRWX4eg=";
hash = "sha256-+z5vw6TIs+5RyS3CLSLIdflJqnDu8NL+yFHpSxwG2fM=";
};
nativeBuildInputs = [