deadd-notification-center: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm 2023-06-22 04:56:04 +00:00
parent 43be38bd78
commit 34888bcd3c

View file

@ -17,13 +17,13 @@ let
'';
in mkDerivation rec {
pname = "deadd-notification-center";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "phuhl";
repo = "linux_notification_center";
rev = "${version}";
hash = "sha256-OM4zzKdo0HMvzAl7BG9IuSHmTauSC5rLWoJJOAshDYg=";
hash = "sha256-ascg31HsHeXKhvMNntiRLuZ4+T2+fokfDhZ3c8N/Gzg=";
};
isLibrary = false;