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

mympd: 13.0.0 -> 13.0.5
This commit is contained in:
Doron Behar
2023-12-17 16:29:58 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mympd";
version = "13.0.0";
version = "13.0.5";
src = fetchFromGitHub {
owner = "jcorporation";
repo = "myMPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-cYoGjge2VtU+QqIURGd/EpkSQ4fhvsdnYZYyESAd56U=";
sha256 = "sha256-9TOQoef5aVHFeDc0y3k6SCHBeKON5ueU7275HAmPw9M=";
};
nativeBuildInputs = [