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

sesh: 2.18.2 -> 2.19.0 (#459277)

parents e189b60f 28faab5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:
buildGoModule rec {
  pname = "sesh";
  version = "2.18.2";
  version = "2.19.0";

  nativeBuildInputs = [
    go-mockery
@@ -16,7 +16,7 @@ buildGoModule rec {
    owner = "joshmedeski";
    repo = "sesh";
    rev = "v${version}";
    hash = "sha256-ZxO6hUE1/KzcZu0G9NaCgpqy1JfPdUxlAOkqm4bpfxE=";
    hash = "sha256-mteypgCgFxgoPSh0H1kwNUm3p9F3wbRjhONdSm9Qeqs=";
  };

  preBuild = ''