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

mympd: 17.0.0 -> 17.0.1
This commit is contained in:
Doron Behar 2024-08-13 10:37:25 +00:00 committed by GitHub
commit 73129ccba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "17.0.0";
version = "17.0.1";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-/8IDwzgZzf63MvXTBP2CoC5IHi7Umr3exU1/oDdadgk=";
sha256 = "sha256-NkOTCvpU6MxGOvQwiTLMJ444HgNK5tpt3hUs2epFyLE=";
};
nativeBuildInputs = [