mympd: 10.3.2 -> 10.3.3

This commit is contained in:
R. Ryantm 2023-06-10 14:44:17 +00:00
parent 5233b6d09b
commit 118991ce6d

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "mympd";
version = "10.3.2";
version = "10.3.3";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-VnV0jZp2ymsZkVIDBYXHhJTR10CZ74wutue1GTGQtxI=";
sha256 = "sha256-LqIaRFAXB3XMidC1Dypax/ucayot/IJPAvPwzHQeH9k=";
};
nativeBuildInputs = [