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

mympd: 12.0.1 -> 12.0.2
This commit is contained in:
Doron Behar 2023-09-25 18:08:25 +00:00 committed by GitHub
commit 98734df75b
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.1";
version = "12.0.2";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-tkkaBIWoQS28FsCSN5CKw2ZQ3cbYa34PVZCUGaaqaQo=";
sha256 = "sha256-7jE3erxrCPN2deI7EV0gDH1gy2XdwC1YdU2mo2xMI6Q=";
};
nativeBuildInputs = [