Unverified Commit ae5d6bcc authored by Bernard Fortz's avatar Bernard Fortz Committed by GitHub
Browse files

mixxx: 2.4.1 -> 2.4.2 (#360507)

parent dbf753c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];