hyprnotify: 0.7.0 -> 0.8.0

This commit is contained in:
Christian Bergschneider 2024-09-30 10:45:05 +00:00
parent 73187eaa33
commit b4857bb6e1

View File

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