mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
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:
parent
30c0a2f738
commit
98479f2656
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user