mixxx: 2.4.0 -> 2.4.1

This commit is contained in:
Benjamin Staffin 2024-05-24 16:18:24 -04:00
parent c26c959063
commit 00de3d0fbf

View File

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