Merge pull request #293749 from r-ryantm/auto-update/brook

brook: 20240214 -> 20240404
This commit is contained in:
Nick Cao 2024-03-06 09:02:46 -05:00 committed by GitHub
commit 45dcdfe74c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "brook";
version = "20240214";
version = "20240404";
src = fetchFromGitHub {
owner = "txthinking";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5+AqlmDa11PrB24XkelOFHK4sBi4j78WMLQrzDuP1/M=";
sha256 = "sha256-QqA0LnbC72bnAQ25AehTnoXgdqQPc8wztHcFd4Q19ko=";
};
vendorHash = "sha256-cTw9k4AqS4NOJ0vX0InR0xxOfCXIgA3FxgL6oXryOnA=";
vendorHash = "sha256-1aaOPeKHPrZO6WK08EhX4+dME0A33raQnbZi/aNFpIw=";
meta = with lib; {
homepage = "https://github.com/txthinking/brook";