_4th: 3.64.0 -> 3.64.1

This commit is contained in:
R. Ryantm
2022-07-29 03:51:15 +00:00
parent 6c36cf7d3f
commit 9a1aa7d8ae
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "4th";
version = "3.64.0";
version = "3.64.1";
src = fetchurl {
url = "https://sourceforge.net/projects/forth-4th/files/${pname}-${version}/${pname}-${version}-unix.tar.gz";
hash = "sha256-wJBekjFsFRIkhY/P/yHBQ8he+k+fGyrePGTP2Yjgpqg=";
hash = "sha256-+W6nTNsqrf3Dvr+NbSz3uJdrXVbBI3OHR5v/rs7en+M=";
};
patches = [