qmmp: 2.2.7 -> 2.2.8

(cherry picked from commit f68e7e745b)
This commit is contained in:
R. Ryantm
2025-08-22 00:57:06 +00:00
committed by Bjørn Forsman
parent 80842a1ae7
commit a308484c92

View File

@@ -54,11 +54,11 @@
stdenv.mkDerivation rec {
pname = "qmmp";
version = "2.2.7";
version = "2.2.8";
src = fetchurl {
url = "https://qmmp.ylsoftware.com/files/qmmp/2.2/${pname}-${version}.tar.bz2";
hash = "sha256-3c/wthj0eQgC9tUtmnlrXzLLfQ8jyZGBuAT2FPq1+7I=";
hash = "sha256-cwqXoGOkmOs32p4vgZjf5XBpPmpsfyshDVgb2H27k4o=";
};
nativeBuildInputs = [