Unverified Commit 716dcd71 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #212615 from xrelkd/update/brook

brook: 20230101 -> 20230122
parents 6c84e884 2af916b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";