mixxx: 2.4.1 -> 2.4.2 (#360507)

This commit is contained in:
Bernard Fortz 2024-12-02 19:38:38 +01:00 committed by GitHub
parent dbf753c544
commit ae5d6bcc8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,13 +57,13 @@
mkDerivation rec {
pname = "mixxx";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "mixxxdj";
repo = "mixxx";
rev = version;
hash = "sha256-BOdXgA+z3sFE4ngAEhSbp1gDbsti1STJY2Yy6Hp+zTE=";
hash = "sha256-foY4K1rSth0GUjM1xpctI3fpavVjGoPMnRN2tT4Lsqg=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];