mympd: 10.3.0 -> 10.3.1

This commit is contained in:
R. Ryantm 2023-04-30 14:11:40 +00:00
parent 095a5bbfef
commit ae8863a0f6

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "mympd";
version = "10.3.0";
version = "10.3.1";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-iO/Ogh3G67GYoputrxAiA1i0fAon2NDrgPCMYxxn/o4=";
sha256 = "sha256-KQf+Szr/AunL/roCtRPiC771P2A3POXPFlXUhbNej6g=";
};
nativeBuildInputs = [