mympd: 9.5.3 -> 9.5.4

This commit is contained in:
R. Ryantm 2022-09-13 03:58:27 +00:00
parent 994df04c3c
commit bfe0a4be22

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "mympd";
version = "9.5.3";
version = "9.5.4";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${version}";
sha256 = "sha256-0plbOBTrEOjfVbyfrQ8mNByJb6XygIPTrwGfY6+0DHo=";
sha256 = "sha256-0X/rEVfJ6zzX75R72xVntOfuCt8srp9PkiYOq3XbWPs=";
};
nativeBuildInputs = [