qtractor: 0.9.38 -> 0.9.39

This commit is contained in:
R. Ryantm 2024-02-05 12:20:21 +00:00
parent 0a254180b4
commit 70181a6ea9
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "qtractor";
version = "0.9.38";
version = "0.9.39";
src = fetchurl {
url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz";
hash = "sha256-aAUOz9gztk9ynQYRq+mniUk++rM6Rdne9U1QM7jKPcU=";
hash = "sha256-5gyPNxthrBbSHvlvJbQ0rvxVEq68uQEg+qnxHQb+NVU=";
};
nativeBuildInputs = [