bob: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2023-04-27 17:52:45 +00:00
parent 79b49e4147
commit 6620fb2b11

View file

@ -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}" ];