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

mympd: 20.1.0 -> 20.1.1 (#393702)

parents 5e5402ec 4a1dc1c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mympd";
  version = "20.1.0";
  version = "20.1.1";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-ejr4CURnsOamvlhNzz+1ZPHKWsGrwfEaxiDip/OCwLw=";
    sha256 = "sha256-A78dT/BervM4rlVlbEYojNsG7wvESvKsm9nYjI9svb4=";
  };

  nativeBuildInputs = [