gforth: 0.7.9_20260224 -> 0.7.9_20260410 (#504593)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-14 15:18:14 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gforth";
version = "0.7.9_20260224";
version = "0.7.9_20260410";
src = fetchFromGitHub {
owner = "forthy42";
repo = "gforth";
rev = finalAttrs.version;
hash = "sha256-8qHfoqhzDn3FmKqTCo/72xtjWFUo9+crFFcGvbHxI0E=";
hash = "sha256-Nb5CB2k7gfG3sT+zfHGmj9G/CGccIvSIKcOuP7Altn0=";
};
patches = [ ./use-nproc-instead-of-fhs.patch ];