qtractor: 1.5.3 -> 1.5.4 (#396171)

This commit is contained in:
Nick Cao
2025-04-05 18:22:17 -04:00
committed by GitHub
+2 -2
View File
@@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "qtractor";
version = "1.5.3";
version = "1.5.4";
src = fetchurl {
url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz";
hash = "sha256-O0CB8LPbXPE52t97NkEwL47fMfOb9XF6f+EQUwY8JdU=";
hash = "sha256-gV6IgFA7GeneabRCk6HLZVMfnS94qbdgyJQGwwRO904=";
};
nativeBuildInputs = [