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

mympd: 13.0.6 -> 14.0.0
This commit is contained in:
Doron Behar 2024-01-31 13:44:22 +02:00 committed by GitHub
commit ec07bbc255
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 = "13.0.6";
version = "14.0.0";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-7yqpm2qMDHWVM5m5FueYlkEFY+VIW8Cx+aRa1iY2vZ4=";
sha256 = "sha256-srwLnoQSPex7/PtgF6RWpJM39fpOqN3wze5ABSRTIRA=";
};
nativeBuildInputs = [