yabasic: 2.91.4 -> 2.92.1

This commit is contained in:
R. Ryantm
2026-07-25 12:34:16 +00:00
parent e0166b2fe1
commit d707ee86e8

View File

@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yabasic";
version = "2.91.4";
version = "2.92.1";
src = fetchurl {
url = "https://www.yabasic.de/download/yabasic-${finalAttrs.version}.tar.gz";
hash = "sha256-3JUTNOFmZpSlAx40BHAT6YQgYLxdVPPXLwyfzDoYdlc=";
hash = "sha256-VeQcDGGxQ3Xpfz6pYbwLcnUfRZjkDgsCCsVtqXm2Rqk=";
};
buildInputs = [