Unverified Commit c9bdee2a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

mympd: 13.0.0 -> 13.0.5
parents d91962b3 df1b6009
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [