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

mympd: 6.8.3 -> 6.10.0
This commit is contained in:
Doron Behar
2021-01-20 22:26:38 +02:00
committed by GitHub

View File

@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mympd";
version = "6.8.3";
version = "6.10.0";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "1a3jrqslxk2a9h5gj6kch108lg9z0i5zwr0j9yd5viyfhr3ka4cq";
sha256 = "sha256-QGJti1tKKJlumLgABPmROplF0UVGMWMnyRXLb2cEieQ=";
};
nativeBuildInputs = [