Unverified Commit 81efc1b9 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

mixxx: 2.5.2 -> 2.5.3 (#439798)

parent 17e54655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,13 +56,13 @@

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

  src = fetchFromGitHub {
    owner = "mixxxdj";
    repo = "mixxx";
    rev = version;
    hash = "sha256-dKk3n3KDindnLbON52SW5h4cz96WVi0OPjwA27HqQCI=";
    hash = "sha256-WmYoblIVygLnjNaFnRoEHmfnQcaBtIVOBZicEwD4NMw=";
  };

  # Should be removed when bumping to 2.6.x