mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
deadd-notification-center: 2.0.3 -> 2.0.4
This commit is contained in:
parent
43be38bd78
commit
34888bcd3c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue