matrix-brandy: 1.23.3 -> 1.23.5, add updateScript

This commit is contained in:
Raf Gemmail
2025-05-25 13:14:50 +12:00
parent 8158addeae
commit 0e1d8e94b0
+5 -2
View File
@@ -3,18 +3,19 @@
stdenv,
fetchFromGitHub,
libX11,
nix-update-script,
SDL,
}:
stdenv.mkDerivation rec {
pname = "matrix-brandy";
version = "1.23.3";
version = "1.23.5";
src = fetchFromGitHub {
owner = "stardot";
repo = "MatrixBrandy";
rev = "V${version}";
hash = "sha256-jw5SxCQ2flvCjO/JO3BHpnpt31wBsBxDkVH7uwVxTS0=";
hash = "sha256-sMgYgV4/vV1x5xSICXRpW6K8uCdVlJrS7iEg6XzQRo8=";
};
buildInputs = [
@@ -27,6 +28,8 @@ stdenv.mkDerivation rec {
cp brandy $out/bin
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "http://brandy.matrixnetwork.co.uk/";
description = "Matrix Brandy BASIC VI for Linux, Windows, MacOSX";