mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #132192 from AndersonTorres/new-yabasic
yabasic: 2.89.1 -> 2.90.1
This commit is contained in:
commit
e4ea2363e8
1 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "yabasic";
|
||||
version = "2.89.1";
|
||||
version = "2.90.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.yabasic.de/download/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-k8QmQCpszLyotEiWDrG878RM2wqSq7I4W9j6Z2Ub3Yg=";
|
||||
hash = "sha256-9LqiwS3Udql3YZoufo3spVpE46me3McI8L08TpNJpJo=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.yabasic.de/";
|
||||
homepage = "http://2484.de/yabasic/";
|
||||
description = "Yet another BASIC";
|
||||
longDescription = ''
|
||||
Yabasic is a traditional basic-interpreter. It comes with goto and various
|
||||
|
|
Loading…
Reference in a new issue