matrix-brandy: 1.23.3 -> 1.23.5, add updateScript

+5 -2
+5 -2
pkgs/by-name/ma/matrix-brandy/package.nix
··· 3 stdenv, 4 fetchFromGitHub, 5 libX11, 6 SDL, 7 }: 8 9 stdenv.mkDerivation rec { 10 pname = "matrix-brandy"; 11 - version = "1.23.3"; 12 13 src = fetchFromGitHub { 14 owner = "stardot"; 15 repo = "MatrixBrandy"; 16 rev = "V${version}"; 17 - hash = "sha256-jw5SxCQ2flvCjO/JO3BHpnpt31wBsBxDkVH7uwVxTS0="; 18 }; 19 20 buildInputs = [ ··· 26 mkdir -p $out/bin 27 cp brandy $out/bin 28 ''; 29 30 meta = with lib; { 31 homepage = "http://brandy.matrixnetwork.co.uk/";
··· 3 stdenv, 4 fetchFromGitHub, 5 libX11, 6 + nix-update-script, 7 SDL, 8 }: 9 10 stdenv.mkDerivation rec { 11 pname = "matrix-brandy"; 12 + version = "1.23.5"; 13 14 src = fetchFromGitHub { 15 owner = "stardot"; 16 repo = "MatrixBrandy"; 17 rev = "V${version}"; 18 + hash = "sha256-sMgYgV4/vV1x5xSICXRpW6K8uCdVlJrS7iEg6XzQRo8="; 19 }; 20 21 buildInputs = [ ··· 27 mkdir -p $out/bin 28 cp brandy $out/bin 29 ''; 30 + 31 + passthru.updateScript = nix-update-script { }; 32 33 meta = with lib; { 34 homepage = "http://brandy.matrixnetwork.co.uk/";