mixxx: 2.5.2 -> 2.5.3 (#439798)

This commit is contained in:
R. RyanTM
2025-09-03 10:27:31 -04:00
committed by GitHub
parent 17e54655ba
commit 81efc1b919
+2 -2
View File
@@ -56,13 +56,13 @@
stdenv.mkDerivation rec {
pname = "mixxx";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "mixxxdj";
repo = "mixxx";
rev = version;
hash = "sha256-dKk3n3KDindnLbON52SW5h4cz96WVi0OPjwA27HqQCI=";
hash = "sha256-WmYoblIVygLnjNaFnRoEHmfnQcaBtIVOBZicEwD4NMw=";
};
# Should be removed when bumping to 2.6.x