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

mympd: 14.1.2 -> 15.0.1
This commit is contained in:
Doron Behar 2024-05-03 08:58:26 +03:00 committed by GitHub
commit 79691a0162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "14.1.2";
version = "15.0.1";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-CMqH9iy9U85bKj7YLcYsKFs5CDePGBEfUWL+sb7WzBw=";
sha256 = "sha256-rZfpGvxDV8KWGfQJ+mXsxLI8DIMSM0D9A3yrEZ+Zc38=";
};
nativeBuildInputs = [