hyprnotify: 0.7.0 -> 0.8.0
This commit is contained in:
parent
73187eaa33
commit
b4857bb6e1
@ -8,20 +8,20 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "hyprnotify";
|
||||
version = "0.7.0";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "codelif";
|
||||
repo = "hyprnotify";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-dL+W+iMwRNw9042bs2XUFPMCCqIvDENXOMzhcLh+RL4=";
|
||||
hash = "sha256-+vBOHXaCWEoQ/Lk9VwP55XqlhSzSS9hoVg4FQOj8dIU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ alsa-lib ];
|
||||
|
||||
vendorHash = "sha256-AZDtaiSNq7em876Q9f+YeDxboqVwA8IE9dDM6zggFXs=";
|
||||
vendorHash = "sha256-2BuWJ57jELtfj7SGr+dLdC2KFc5sD2bC8MgjUHaIXUs=";
|
||||
|
||||
meta = {
|
||||
description = "DBus Implementation of Freedesktop Notification spec for 'hyprctl notify'";
|
||||
|
Loading…
Reference in New Issue
Block a user