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

deadd-notification-center: 2.0.4 -> 2.1.1
This commit is contained in:
Franz Pletz 2023-08-25 20:02:43 +02:00 committed by GitHub
commit 4df994d359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;