Merge pull request #228570 from r-ryantm/auto-update/bob

bob: 0.8.1 -> 0.8.2
This commit is contained in:
Nick Cao
2023-04-28 13:28:24 +08:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bob";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "benchkram";
repo = pname;
rev = version;
hash = "sha256-KRg2fHDI562WG4aOpUI/+ColNYJsU/IuHu+/gD++2G4=";
hash = "sha256-zmWfOLBb+GWw9v6LdCC7/WaP1Wz7UipPwqkmI1+rG8Q=";
};
ldflags = [ "-s" "-w" "-X main.Version=${version}" ];