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

Merge pull request #301410 from r-ryantm/auto-update/mympd

mympd: 14.1.0 -> 14.1.1
parents b136700c c40c636f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mympd";
  version = "14.1.0";
  version = "14.1.1";

  src = fetchFromGitHub {
    owner = "jcorporation";
    repo = "myMPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-yNB5WQi3M4cYogtxx/vLi2xJog2keyFrJIMlx663DLo=";
    sha256 = "sha256-qGKTQAEwkv5Bz09GzmUHWnQ/DzmiexOY/dTkFyCtH/M=";
  };

  nativeBuildInputs = [