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

mympd: 10.3.0 -> 10.3.1
This commit is contained in:
Weijia Wang 2023-05-01 07:04:38 +03:00 committed by GitHub
commit dd89ef8761
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.0";
version = "10.3.1";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-iO/Ogh3G67GYoputrxAiA1i0fAon2NDrgPCMYxxn/o4=";
sha256 = "sha256-KQf+Szr/AunL/roCtRPiC771P2A3POXPFlXUhbNej6g=";
};
nativeBuildInputs = [