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

deadd-notification-center: unstable-2022-11-07 -> 2.0.3

authored by Weijia Wang and committed by GitHub 1a30e297 0fd2cd86

+5 -5
+5 -5
pkgs/applications/misc/deadd-notification-center/default.nix
··· 17 17 ''; 18 18 in mkDerivation rec { 19 19 pname = "deadd-notification-center"; 20 - version = "unstable-2022-11-07"; 20 + version = "2.0.3"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "phuhl"; 24 24 repo = "linux_notification_center"; 25 - rev = "f4b8e2b724d86def9e7b0e12ea624f95760352d5"; 26 - hash = "sha256-ClJfWqStULvmj5YRAUDAmn2WOSA2sVtyZsa+qSY51Gk="; 25 + rev = "${version}"; 26 + hash = "sha256-OM4zzKdo0HMvzAl7BG9IuSHmTauSC5rLWoJJOAshDYg="; 27 27 }; 28 28 29 29 isLibrary = false; ··· 31 31 isExecutable = true; 32 32 33 33 libraryHaskellDepends = with haskellPackages; [ 34 - base bytestring ConfigFile containers dbus directory env-locale 34 + aeson base bytestring ConfigFile containers dbus directory env-locale 35 35 filepath gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib gi-gobject 36 36 gi-gtk gi-pango haskell-gettext haskell-gi haskell-gi-base 37 37 hdaemonize here lens mtl process regex-tdfa setlocale split stm 38 - tagsoup text time transformers tuple unix 38 + tagsoup text time transformers tuple unix yaml 39 39 ]; 40 40 41 41 executableHaskellDepends = with haskellPackages; [ base ];