brook: 20230122 -> 20230401

This commit is contained in:
R. Ryantm 2023-03-21 09:11:28 +00:00
parent d384095645
commit e0c6e5c3cc

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "brook";
version = "20230122";
version = "20230401";
src = fetchFromGitHub {
owner = "txthinking";
repo = pname;
rev = "v${version}";
sha256 = "sha256-M4AYbHbnRDvG55AvfRpcdpK4MU/cM1RBqn0JzhsKgsk=";
sha256 = "sha256-PVkdK1wcY3PaeixEG4StV1AmYPit6pQNErcALmV2LXc=";
};
vendorHash = "sha256-sJbWAytX3JhFbaTwZHgGNv9rPNTwn0v/bbeaIsfyBro=";
vendorHash = "sha256-7h+rMfFFpcsfZa6tw/o0uRIDw4g3g+dwd9y2Ysg2NJc=";
meta = with lib; {
homepage = "https://github.com/txthinking/brook";