Commit 6620fb2b authored by R. RyanTM's avatar R. RyanTM
Browse files

bob: 0.8.1 -> 0.8.2

parent 79b49e41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}" ];