Skip to content

Commit

Permalink
qtractor: 1.4.0 -> 1.5.0 (NixOS#366246)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Dec 19, 2024
2 parents 4ed6fcf + 46ca5fb commit a37e7ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/qt/qtractor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

stdenv.mkDerivation rec {
pname = "qtractor";
version = "1.4.0";
version = "1.5.0";

src = fetchurl {
url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz";
hash = "sha256-1BuytrG2y/cAa2v4nex2TM0v7SEsUuu1QzBs1DczhkA=";
hash = "sha256-p2Fuads2uTiEIXRS7sqe8Fa3XEKwW1ND/pPnUhFlLdY=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -71,13 +71,13 @@ stdenv.mkDerivation rec {
suil
];

meta = with lib; {
meta = {
description = "Audio/MIDI multi-track sequencer";
homepage = "https://qtractor.sourceforge.io";
changelog = "https://github.com/rncbc/qtractor/blob/v${version}/ChangeLog";
license = licenses.gpl2Plus;
license = lib.licenses.gpl2Plus;
mainProgram = "qtractor";
maintainers = [ ];
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
}

0 comments on commit a37e7ed

Please sign in to comment.