Unverified Commit 66f4e33f authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

mixxx: 2.5.1 -> 2.5.2 (#416530)

parent f4b6023f
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.1";
  version = "2.5.2";

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

  nativeBuildInputs = [