Commit 30995f2e authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

qmmp: 2.1.8 -> 2.2.5

Fixes this build error:

/nix/store/...-qtbase-6.9.0/include/QtCore/qiodevice.h:90:44: error: 'byte_' is not a member of 'std'; did you mean 'byte'?
   90 |     QByteArrayView readLineInto(QSpan<std::byte> buffer);
      |                                            ^~~~
parent 31bc8f96
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -57,11 +57,11 @@

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

  src = fetchurl {
    url = "https://qmmp.ylsoftware.com/files/qmmp/2.1/${pname}-${version}.tar.bz2";
    hash = "sha256-hGphQ8epqym47C9doiSOQd3yc28XwV2UsNc7ivhaae4=";
    url = "https://qmmp.ylsoftware.com/files/qmmp/2.2/${pname}-${version}.tar.bz2";
    hash = "sha256-WCEfMnrDhau8fXXmpdjdZLzbXMDxEZMp8pJ9FjEJfhg=";
  };

  nativeBuildInputs = [