mympd: 12.0.1 -> 12.0.2

This commit is contained in:
R. Ryantm 2023-09-25 06:09:16 +00:00
parent 7a862f0a66
commit 0c4487f5be

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "12.0.1";
version = "12.0.2";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-tkkaBIWoQS28FsCSN5CKw2ZQ3cbYa34PVZCUGaaqaQo=";
sha256 = "sha256-7jE3erxrCPN2deI7EV0gDH1gy2XdwC1YdU2mo2xMI6Q=";
};
nativeBuildInputs = [