Merge pull request #237047 from r-ryantm/auto-update/mympd

mympd: 10.3.2 -> 10.3.3
This commit is contained in:
figsoda 2023-06-10 12:09:21 -04:00 committed by GitHub
commit ee8b38eaef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [