Merge pull request #237976 from nagy/gforth

gforth: 0.7.9_20220127 -> 0.7.9_20230518
This commit is contained in:
Pol Dellaiera 2023-06-18 19:34:03 +02:00 committed by GitHub
commit ba2b6d23d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@ let
in stdenv.mkDerivation rec {
pname = "gforth";
version = "0.7.9_20220127";
version = "0.7.9_20230518";
src = fetchFromGitHub {
owner = "forthy42";
repo = "gforth";
rev = version;
sha256 = "sha256-3+ObHhsPvW44UFiN0GWOhwo7aiqhjwxNY8hw2Wv4MK0=";
hash = "sha256-rXtmmENBt9RMdLPq8GDyndh4+CYnCmz6NYpe3kH5OwU=";
};
nativeBuildInputs = [