forked from mirrors/nixpkgs
brook: 20230606 -> 20240214
This commit is contained in:
parent
6c08fe3ccf
commit
9ecb8b53f9
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "brook";
|
pname = "brook";
|
||||||
version = "20230606";
|
version = "20240214";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "txthinking";
|
owner = "txthinking";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-F4muuU696YbKcPkpD1LAeyD8ghQAe65UdqV5wS1fATI=";
|
sha256 = "sha256-5+AqlmDa11PrB24XkelOFHK4sBi4j78WMLQrzDuP1/M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-uKlO1x5sGM8B1htmvRt9kND7tuH36iLN/Mev77vwZ6M=";
|
vendorHash = "sha256-cTw9k4AqS4NOJ0vX0InR0xxOfCXIgA3FxgL6oXryOnA=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/txthinking/brook";
|
homepage = "https://github.com/txthinking/brook";
|
||||||
|
|
Loading…
Reference in a new issue