hyprnotify: 0.7.0 -> 0.8.0 (#345485)

This commit is contained in:
h7x4
2024-10-01 01:02:21 +02:00
committed by GitHub
+3 -3
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'";