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

mympd: 22.0.2 -> 22.0.3 (#430203)

parents 4bf61767 6db93978
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mympd";
  version = "22.0.2";
  version = "22.0.3";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-wvv4EeV0hLrQ9BhWAyoMnR8tjU67OwahcR+xo10lWE8=";
    sha256 = "sha256-dQroukc25q81sMIbXsmGjaOT3FoRZwoZ6QkCBZ3plX4=";
  };

  nativeBuildInputs = [