lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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);
| ^~~~

+3 -3
+3 -3
pkgs/applications/audio/qmmp/default.nix
··· 57 57 58 58 stdenv.mkDerivation rec { 59 59 pname = "qmmp"; 60 - version = "2.1.8"; 60 + version = "2.2.5"; 61 61 62 62 src = fetchurl { 63 - url = "https://qmmp.ylsoftware.com/files/qmmp/2.1/${pname}-${version}.tar.bz2"; 64 - hash = "sha256-hGphQ8epqym47C9doiSOQd3yc28XwV2UsNc7ivhaae4="; 63 + url = "https://qmmp.ylsoftware.com/files/qmmp/2.2/${pname}-${version}.tar.bz2"; 64 + hash = "sha256-WCEfMnrDhau8fXXmpdjdZLzbXMDxEZMp8pJ9FjEJfhg="; 65 65 }; 66 66 67 67 nativeBuildInputs = [