brook: 20230101 -> 20230122

Diff: https://github.com/txthinking/brook/compare/v20230101...v20230122
This commit is contained in:
xrelkd 2023-01-25 21:58:50 +08:00
parent 8803f1da66
commit 2af916b277
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "brook";
version = "20230101";
version = "20230122";
src = fetchFromGitHub {
owner = "txthinking";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WQSpflJ7b5zl+1lEoyXxFeuiz1HvlXSBl7FbBFrxZLc=";
sha256 = "sha256-M4AYbHbnRDvG55AvfRpcdpK4MU/cM1RBqn0JzhsKgsk=";
};
vendorHash = "sha256-sJbWAytX3JhFbaTwZHgGNv9rPNTwn0v/bbeaIsfyBro=";