qtractor: 1.1.1 -> 1.3.0 (#349531)

This commit is contained in:
Weijia Wang
2024-11-01 14:33:08 +01:00
committed by GitHub
+2 -2
View File
@@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "qtractor";
version = "1.1.1";
version = "1.3.0";
src = fetchurl {
url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz";
hash = "sha256-Q/6AS9mZwsG+wF/h0xt77s8qpuLwcO1CjoVaX9ta9Qc=";
hash = "sha256-ufQUNQvmxxAMIAWusclPzE1zkjz93guvygi6EfAEgH4=";
};
nativeBuildInputs = [