gforth: 0.7.9_20251203 -> 0.7.9_20260224

This commit is contained in:
rafaelrc7
2026-03-01 19:41:57 -03:00
parent 84c918bf36
commit d59d89f983
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gforth";
version = "0.7.9_20251203";
version = "0.7.9_20260224";
src = fetchFromGitHub {
owner = "forthy42";
repo = "gforth";
rev = finalAttrs.version;
hash = "sha256-d1LU6FGnGOzL5Tdl0VLkYzHH+pUevGNCNwIqudS8emg=";
hash = "sha256-8qHfoqhzDn3FmKqTCo/72xtjWFUo9+crFFcGvbHxI0E=";
};
patches = [ ./use-nproc-instead-of-fhs.patch ];