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

qmmp: 2.1.7 -> 2.1.8
This commit is contained in:
Matthias Beyer 2024-05-17 08:57:12 +02:00 committed by GitHub
commit b4ee91268e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];