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

mympd: 14.1.0 -> 14.1.1
This commit is contained in:
Doron Behar 2024-04-04 13:02:30 +03:00 committed by GitHub
commit a9f70e6bba
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.1.0";
version = "14.1.1";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-yNB5WQi3M4cYogtxx/vLi2xJog2keyFrJIMlx663DLo=";
sha256 = "sha256-qGKTQAEwkv5Bz09GzmUHWnQ/DzmiexOY/dTkFyCtH/M=";
};
nativeBuildInputs = [