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

mympd: 6.8.1 -> 6.8.3
This commit is contained in:
Doron Behar 2020-12-08 15:24:31 +02:00 committed by GitHub
commit da32a988ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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