mixxx: fix source hash (#361718)

Upstream must have sneakily replaced the tagged version.
This commit is contained in:
Arne Keller 2024-12-04 20:02:30 +01:00 committed by GitHub
parent 1f3f155e96
commit b188947db9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ mkDerivation rec {
owner = "mixxxdj";
repo = "mixxx";
rev = version;
hash = "sha256-foY4K1rSth0GUjM1xpctI3fpavVjGoPMnRN2tT4Lsqg=";
hash = "sha256-YfpFRLosIIND+HnZN+76ZY0dQqEJaFkWZS84gZOCdfc=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];