lol

qtractor: 1.4.0 -> 1.5.0 (#366246)

authored by

Thiago Kenji Okada and committed by
GitHub
a37e7edc 4ed6fcf4

+5 -5
+5 -5
pkgs/by-name/qt/qtractor/package.nix
··· 30 30 31 31 stdenv.mkDerivation rec { 32 32 pname = "qtractor"; 33 - version = "1.4.0"; 33 + version = "1.5.0"; 34 34 35 35 src = fetchurl { 36 36 url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz"; 37 - hash = "sha256-1BuytrG2y/cAa2v4nex2TM0v7SEsUuu1QzBs1DczhkA="; 37 + hash = "sha256-p2Fuads2uTiEIXRS7sqe8Fa3XEKwW1ND/pPnUhFlLdY="; 38 38 }; 39 39 40 40 nativeBuildInputs = [ ··· 71 71 suil 72 72 ]; 73 73 74 - meta = with lib; { 74 + meta = { 75 75 description = "Audio/MIDI multi-track sequencer"; 76 76 homepage = "https://qtractor.sourceforge.io"; 77 77 changelog = "https://github.com/rncbc/qtractor/blob/v${version}/ChangeLog"; 78 - license = licenses.gpl2Plus; 78 + license = lib.licenses.gpl2Plus; 79 79 mainProgram = "qtractor"; 80 80 maintainers = [ ]; 81 - platforms = platforms.linux; 81 + platforms = lib.platforms.linux; 82 82 }; 83 83 }