lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

qtractor: 1.5.7 -> 1.5.8

R. Ryantm 0ac042f4 c8b00a14

+2 -2
+2 -2
pkgs/by-name/qt/qtractor/package.nix
··· 30 30 31 31 stdenv.mkDerivation rec { 32 32 pname = "qtractor"; 33 - version = "1.5.7"; 33 + version = "1.5.8"; 34 34 35 35 src = fetchurl { 36 36 url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz"; 37 - hash = "sha256-dQcyba5QZRmi1GgFyTOmqzFiliBKyNu187xXM1+OnpI="; 37 + hash = "sha256-nHN+bEfshFHBpmQLuQxffI7BcKigYpj3HzsFjGWlLtQ="; 38 38 }; 39 39 40 40 nativeBuildInputs = [