libnotify_actor: 20230405 -> 20230506

This commit is contained in:
Emery Hemingway 2023-05-07 09:14:33 +01:00
parent 011f16989d
commit 3f0fae629f
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
buildNimPackage rec {
pname = "libnotify_actor";
version = "20230405";
version = "20230506";
src = fetchFromGitea {
domain = "git.syndicate-lang.org";
owner = "ehmry";
repo = pname;
rev = version;
hash = "sha256-lPobpCtstf/r3M7u7cFfe2neSPf1JtyeCAS5BbtRhQM=";
hash = "sha256-sTLmogaqnxoX/pp0/A4+343lXCYsASnoKKIY6J+1nv4=";
};
propagatedNativeBuildInputs = [ pkg-config ];