Unverified Commit b4ee9126 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312357 from r-ryantm/auto-update/qmmp

qmmp: 2.1.7 -> 2.1.8
parents 901d227c 3995d345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@

stdenv.mkDerivation rec {
  pname = "qmmp";
  version = "2.1.7";
  version = "2.1.8";

  src = fetchurl {
    url = "https://qmmp.ylsoftware.com/files/qmmp/2.1/${pname}-${version}.tar.bz2";
    hash = "sha256-5qdnvGFgFEk+00tjnVhqW29AyyjCfiFQOyYyVmAjHnM=";
    hash = "sha256-hGphQ8epqym47C9doiSOQd3yc28XwV2UsNc7ivhaae4=";
  };

  nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];