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

mympd: 20.1.2 -> 20.1.3 (#399277)

parents e4f93ec8 89757235
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.2";
  version = "20.1.3";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-u4Ne32gKkA1bFOIaa3uFEMxjhERXTVpqnnCBXQktDAs=";
    sha256 = "sha256-CLhlGwr7W3GW8V+wqMXHfKbU2dmMWlgEmo4QohcPAwo=";
  };

  nativeBuildInputs = [