about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2023-06-15 21:53:47 +0200
committerDaniel Nagy <danielnagy@posteo.de>2023-06-18 19:15:00 +0200
commit98479f2656d5c6e9e3725a19c97df4a396882f9a (patch)
tree52dc74ca25ee79747450cd03d09cb0b75a62343c
parent30c0a2f73819cc71ff5ff270f6ae4aaafaf954ea (diff)
gforth: 0.7.9_20220127 -> 0.7.9_20230518
Diff: https://github.com/forthy42/gforth/compare/0.7.9_20220127...0.7.9_20230518
-rw-r--r--pkgs/development/compilers/gforth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/gforth/default.nix b/pkgs/development/compilers/gforth/default.nix
index c5508d2e043d4..b76482ba5963d 100644
--- a/pkgs/development/compilers/gforth/default.nix
+++ b/pkgs/development/compilers/gforth/default.nix
@@ -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 = [