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

mympd: 14.0.4 -> 14.1.0
This commit is contained in:
Doron Behar 2024-03-13 07:48:05 +02:00 committed by GitHub
commit 3101f6b809
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.4";
version = "14.1.0";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-kPh3u6mjTxoqGlhei8kPOyrjU9m7zpv16y5PaGHBsIA=";
sha256 = "sha256-yNB5WQi3M4cYogtxx/vLi2xJog2keyFrJIMlx663DLo=";
};
nativeBuildInputs = [