From b188947db956257e5e43da1bc244e89990cc425c Mon Sep 17 00:00:00 2001 From: Arne Keller <2012gdwu+github@posteo.de> Date: Wed, 4 Dec 2024 20:02:30 +0100 Subject: [PATCH] mixxx: fix source hash (#361718) Upstream must have sneakily replaced the tagged version. --- pkgs/applications/audio/mixxx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/mixxx/default.nix b/pkgs/applications/audio/mixxx/default.nix index f788f62ad02d..33dddd20cfc4 100644 --- a/pkgs/applications/audio/mixxx/default.nix +++ b/pkgs/applications/audio/mixxx/default.nix @@ -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 ];