qmmp: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm
2026-06-06 01:19:16 +00:00
parent 457ad1dc57
commit aac0f488ab
+2 -2
View File
@@ -54,11 +54,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qmmp";
version = "2.3.2";
version = "2.3.3";
src = fetchurl {
url = "https://qmmp.ylsoftware.com/files/qmmp/2.3/qmmp-${finalAttrs.version}.tar.bz2";
hash = "sha256-TYu65hnpnP1mXZbDaI0tMG9f/DAUTgezfKcBqZ4yY2U=";
hash = "sha256-Uclk6eaFz2cmay6OMTXuRQS2v2sig/Rrv9Sr42rjaQ0=";
};
nativeBuildInputs = [