mixxx: 2.5.1 -> 2.5.2 (#416530)

This commit is contained in:
R. RyanTM
2025-06-17 12:17:15 -04:00
committed by GitHub
parent f4b6023f46
commit 66f4e33f51
+2 -2
View File
@@ -56,13 +56,13 @@
stdenv.mkDerivation rec {
pname = "mixxx";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "mixxxdj";
repo = "mixxx";
rev = version;
hash = "sha256-s66XrcMGgA8KvBDxljg95nbKW1pIv8rJJ+DyxirHwDo=";
hash = "sha256-dKk3n3KDindnLbON52SW5h4cz96WVi0OPjwA27HqQCI=";
};
nativeBuildInputs = [