gforth: 0.7.9_20260513 -> 0.7.9_20260610

(cherry picked from commit 4444f922fe)
This commit is contained in:
R. Ryantm
2026-06-14 06:25:39 +00:00
committed by github-actions[bot]
parent 389c343dc0
commit acb86ed84c

View File

@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gforth";
version = "0.7.9_20260513";
version = "0.7.9_20260610";
src = fetchFromGitHub {
owner = "forthy42";
repo = "gforth";
rev = finalAttrs.version;
hash = "sha256-hx1/CE18lepkyTnT6yymGwAAJtRM8u7DAhPsKTj0gdo=";
hash = "sha256-gaP3Mmcp0NueRfqh62XlvtWuHN6fAnMTa1uSm7Bj+Rk=";
};
patches = [ ./use-nproc-instead-of-fhs.patch ];