mixxx: fix source hash (#361718)

Upstream must have sneakily replaced the tagged version.
This commit is contained in:
Arne Keller
2024-12-04 14:02:30 -05:00
committed by GitHub
parent 1f3f155e96
commit b188947db9
+1 -1
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 ];