Unverified Commit ee7d3785 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mpd-notification: 0.9.2 -> 0.9.3 (#474099)

parents ff485c78 c6b308f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "mpd-notification";
  version = "0.9.2";
  version = "0.9.3";

  src = fetchFromGitHub {
    owner = "eworm-de";
    repo = "mpd-notification";
    rev = version;
    hash = "sha256-2rnZkVKrk8jgZz/EcZGQ34tLZrVttjq3tq8k2xSl00A=";
    hash = "sha256-1xTIqJtTz7vfg34JvlwNe6kNZuPfd3KnAT0rI8ZYk2U=";
  };

  nativeBuildInputs = [