algol68g: 3.3.23 -> 3.3.24

This commit is contained in:
Weijia Wang
2023-10-02 22:08:22 +02:00
committed by Anderson Torres
parent e664cfec85
commit 0c19eb6916

View File

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