qtractor: 1.5.5 -> 1.5.6 (#415810)

This commit is contained in:
Nick Cao
2025-06-12 15:31:03 -04:00
committed by GitHub
+2 -2
View File
@@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "qtractor";
version = "1.5.5";
version = "1.5.6";
src = fetchurl {
url = "mirror://sourceforge/qtractor/qtractor-${version}.tar.gz";
hash = "sha256-0qFg36qVUGXmK1KBpG2WiQFjmTfcLFEDChmPslnk8tc=";
hash = "sha256-9JC+kLMnG7Fzti0RAlo/lGtuu6WF4vN4nzcZBN+kuZI=";
};
nativeBuildInputs = [