syndicate_utils: 20220627 -> 20220628

This commit is contained in:
Emery Hemingway 2022-06-28 12:27:40 -05:00
parent f75b35090e
commit 3d65eb0987
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ let
};
in buildNimPackage rec {
pname = "syndicate_utils";
version = "20220627";
version = "20220628";
src = fetchFromGitea {
domain = "git.syndicate-lang.org";
owner = "ehmry";
repo = pname;
rev = version;
hash = "sha256-FFKDjSUECnintVyhTBoNOt+gIRQu9ydaA3uCLjSnyAE=";
hash = "sha256-/HoPR/SFZzIzICvscse4s13EKvjXs6qr2puhkv5qBso=";
};
propagatedBuildInputs = [ syndicate nim-libnotify ];