qmmp: 2.2.5 -> 2.2.6

This commit is contained in:
R. Ryantm
2025-05-22 07:30:11 +02:00
committed by Bjørn Forsman
parent 6e2d4ac678
commit c3ed7942c9
+2 -2
View File
@@ -54,11 +54,11 @@
stdenv.mkDerivation rec {
pname = "qmmp";
version = "2.2.5";
version = "2.2.6";
src = fetchurl {
url = "https://qmmp.ylsoftware.com/files/qmmp/2.2/${pname}-${version}.tar.bz2";
hash = "sha256-WCEfMnrDhau8fXXmpdjdZLzbXMDxEZMp8pJ9FjEJfhg=";
hash = "sha256-Jw7Kb9co2aC8fxnpTg4OH2o8RNreZI3/pYoNu3OWy0s=";
};
nativeBuildInputs = [