tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
yabasic: 2.89.1 -> 2.90.1
AndersonTorres
4 years ago
f5b0f06a
88883bde
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
yabasic
default.nix
+3
-3
pkgs/development/interpreters/yabasic/default.nix
reviewed
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "yabasic";
13
13
-
version = "2.89.1";
13
13
+
version = "2.90.1";
14
14
15
15
src = fetchurl {
16
16
url = "http://www.yabasic.de/download/${pname}-${version}.tar.gz";
17
17
-
hash = "sha256-k8QmQCpszLyotEiWDrG878RM2wqSq7I4W9j6Z2Ub3Yg=";
17
17
+
hash = "sha256-9LqiwS3Udql3YZoufo3spVpE46me3McI8L08TpNJpJo=";
18
18
};
19
19
20
20
buildInputs = [
···
26
26
];
27
27
28
28
meta = with lib; {
29
29
-
homepage = "http://www.yabasic.de/";
29
29
+
homepage = "http://2484.de/yabasic/";
30
30
description = "Yet another BASIC";
31
31
longDescription = ''
32
32
Yabasic is a traditional basic-interpreter. It comes with goto and various