Unverified Commit 9ecd11df authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

mympd: 22.1.2 -> 23.0.0 (#460144)

parents a3c53203 eee63d94
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.1.2";
  version = "23.0.0";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-jgRzfVwVf6QOBGAsKNm9f8YqWBWd0KMJj0FTFcnu4NM=";
    sha256 = "sha256-tD7ywqZJEix+ET26z3yJmgHXBACBOrSAlR9U1Uff/v8=";
  };

  nativeBuildInputs = [