Unverified Commit 80207fc1 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

mympd: 22.1.0 -> 22.1.1 (#451000)

parents 5ab1acb7 98c47a61
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.0";
  version = "22.1.1";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-/PJdyrdJnVm6qYW7O6l2qsv5QlRa37FGZPTGGv4RIgs=";
    sha256 = "sha256-EMKr4haye49P4M8/tAAA/IfWP4LqDB6Bp9QQHzYQ3pc=";
  };

  nativeBuildInputs = [