Unverified Commit 4df994d3 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #248486 from S-NA/updates/deadd-notification-center

deadd-notification-center: 2.0.4 -> 2.1.1
parents c0967315 12b3fa5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ let
  '';
in mkDerivation rec {
  pname = "deadd-notification-center";
  version = "2.0.4";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "phuhl";
    repo = "linux_notification_center";
    rev = version;
    hash = "sha256-ascg31HsHeXKhvMNntiRLuZ4+T2+fokfDhZ3c8N/Gzg=";
    hash = "sha256-VU9NaQVS0n8hFRjWMvCMkaF5mZ4hpnluV31+/SAK7tU=";
  };

  isLibrary = false;