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

mympd: 21.0.0 -> 21.0.1 (#411556)

parents 0985d3e5 22e89e88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mympd";
  version = "21.0.0";
  version = "21.0.1";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-K86kOCJ9Fnf/ZvS11Tyf81mdKA9R5pgBz1XzDY4N/8E=";
    sha256 = "sha256-A4wjnITpI9Cy5kIVljXvmnunsqJXFSi4CqBmlqVcqZM=";
  };

  nativeBuildInputs = [