Unverified Commit 112e7c9a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

brook: 20221010 -> 20230101
parents bfc50c1f f32351f8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "brook";
  version = "20221010";
  version = "20230101";

  src = fetchFromGitHub {
    owner = "txthinking";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-l5sdujUj6uHL7uuntAxagROvzOc/Z648ax6ZADtA/bk=";
    sha256 = "sha256-WQSpflJ7b5zl+1lEoyXxFeuiz1HvlXSBl7FbBFrxZLc=";
  };

  vendorSha256 = "sha256-kNd0TYaJmz7+bOXf7EaDsiU14eJmz9BPdhKmR7HhxCo=";
  vendorHash = "sha256-sJbWAytX3JhFbaTwZHgGNv9rPNTwn0v/bbeaIsfyBro=";

  meta = with lib; {
    homepage = "https://github.com/txthinking/brook";