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

mympd: 14.0.3 -> 14.0.4
This commit is contained in:
Doron Behar 2024-03-04 17:16:51 +02:00 committed by GitHub
commit 272229fc19
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 = "14.0.3";
version = "14.0.4";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-lVGQc33bntvvMMNn8DCYwWGbbRGYvDi6Gxs41t3uLXs=";
sha256 = "sha256-kPh3u6mjTxoqGlhei8kPOyrjU9m7zpv16y5PaGHBsIA=";
};
nativeBuildInputs = [