the-foundation: 1.9.0 → 1.9.1

This commit is contained in:
Nikolay Korotkiy 2024-11-10 14:19:58 +04:00
parent 62fa59a639
commit 429f1214a2
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "the-foundation";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitea {
domain = "git.skyjake.fi";
owner = "skyjake";
repo = "the_Foundation";
rev = "v${finalAttrs.version}";
hash = "sha256-hrwnY8m4xW8Sr2RunwD5VB+gnYUtZxXyGoiO3N23qGM=";
hash = "sha256-M3nG/926bz9US4R9cTyBw2n6oNy7VriGGzuHgRWX4eg=";
};
nativeBuildInputs = [