gforth: 0.7.9_20220127 -> 0.7.9_20230518

Diff: https://github.com/forthy42/gforth/compare/0.7.9_20220127...0.7.9_20230518
This commit is contained in:
Daniel Nagy 2023-06-15 21:53:47 +02:00
parent 30c0a2f738
commit 98479f2656
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

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 = [