gforth: 0.7.9_20260415 -> 0.7.9_20260508 (#518603)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-10 15:57:03 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gforth";
version = "0.7.9_20260415";
version = "0.7.9_20260508";
src = fetchFromGitHub {
owner = "forthy42";
repo = "gforth";
rev = finalAttrs.version;
hash = "sha256-eMBerL8kry9UlsXS4qdXT7jLK4f1S/q//5qkJ5qi3dA=";
hash = "sha256-XcGykMUEMmrNQ8y++SM1s0RPfMFgBTDXAIeAGKgU2Iw=";
};
patches = [ ./use-nproc-instead-of-fhs.patch ];