yabasic: 2.91.0 -> 2.91.1 (#379719)

Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-06 12:07:56 +00:00 committed by GitHub
commit 121c18d6a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yabasic";
version = "2.91.0";
version = "2.91.1";
src = fetchurl {
url = "http://www.yabasic.de/download/yabasic-${finalAttrs.version}.tar.gz";
hash = "sha256-oPyuGzLT+fVUCBHE7d+j2GIC7SQW/w219WoJpg75X9c=";
hash = "sha256-bZJbY4Cuycs5778XTGEhMKpv4y0HIYiJlaUPC9qdc2s=";
};
buildInputs = [