mympd: 18.1.2 -> 18.2.2

This commit is contained in:
R. Ryantm 2024-12-08 07:09:47 +00:00
parent afe27494fa
commit 2b0c08d74f

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "18.1.2";
version = "18.2.2";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-4BGW7jDeqwhbAi1LODeiFrmBIzv0qAMKT3IVRgYn87E=";
sha256 = "sha256-ztZ4AdVRQ5KCmxAIT6SSexIle6IfREGqNZLhAplPtrQ=";
};
nativeBuildInputs = [