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

mympd: 12.0.4 -> 13.0.0
This commit is contained in:
Doron Behar 2023-11-04 07:15:31 +00:00 committed by GitHub
commit 7f6822df19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "12.0.4";
version = "13.0.0";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-pOs3VfgpDUD8KiBmJ37qpGLguxOXm5cr+jlTEeRZ4Bk=";
sha256 = "sha256-cYoGjge2VtU+QqIURGd/EpkSQ4fhvsdnYZYyESAd56U=";
};
nativeBuildInputs = [