matrix-brandy: 1.23.3 -> 1.23.5, add updateScript

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