algol68g: 3.3.22 -> 3.3.23

This commit is contained in:
t4ccer 2023-09-24 01:12:55 -06:00
parent 397b1733f4
commit ef6c59c3bf
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "algol68g";
version = "3.3.22";
version = "3.3.23";
src = fetchurl {
url = "https://jmvdveer.home.xs4all.nl/algol68g-${finalAttrs.version}.tar.gz";
hash = "sha256-cSD6lngCy7SC2P7GyUCajk6i863a3vvCjtgZLF0TrIA=";
hash = "sha256-NXSIm+Vl7/NT8ks0bNqWAIYlbtzGv0q0czxhGolF1bs=";
};
outputs = [ "out" "man" ] ++ lib.optional withPDFDoc "doc";