Unverified Commit 9fb889b3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mixxx: 2.5.3 -> 2.5.4 (#470900)

parents ba65eb8b aeef9017
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,13 +51,13 @@

stdenv.mkDerivation rec {
  pname = "mixxx";
  version = "2.5.3";
  version = "2.5.4";

  src = fetchFromGitHub {
    owner = "mixxxdj";
    repo = "mixxx";
    rev = version;
    hash = "sha256-WmYoblIVygLnjNaFnRoEHmfnQcaBtIVOBZicEwD4NMw=";
    hash = "sha256-D/+ys7VE2/xHUiDG80/voc1BFxwp9M0V89gPWy57XA0=";
  };

  # Should be removed when bumping to 2.6.x