From 81efc1b9195548d42eba3edd0c82311de1947fe3 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 4 Sep 2025 00:27:31 +1000 Subject: [PATCH] mixxx: 2.5.2 -> 2.5.3 (#439798) --- pkgs/applications/audio/mixxx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/mixxx/default.nix b/pkgs/applications/audio/mixxx/default.nix index 67fe6811a98a..82bd51e8ad17 100644 --- a/pkgs/applications/audio/mixxx/default.nix +++ b/pkgs/applications/audio/mixxx/default.nix @@ -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