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

mympd: 11.0.3 -> 11.0.4
This commit is contained in:
Nick Cao 2023-08-28 09:05:07 +08:00 committed by GitHub
commit 48516a891d
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 = "11.0.3";
version = "11.0.4";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-pDM9igAX1iUi/yC8/Jqobaixkw6klEVcd0sAn0Ufdjk=";
sha256 = "sha256-uDr0QyyYROpaWQ7sv/JeI9IHwdJaFWorIqWMHs5XKU4=";
};
nativeBuildInputs = [