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

mympd: 22.0.1 -> 22.0.2 (#426337)

parents af5d1c2d ddcf391e
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.1";
  version = "22.0.2";

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

  nativeBuildInputs = [