Unverified Commit 9a813890 authored by nicknb's avatar nicknb
Browse files

glab: 1.92.1 -> 1.93.0

parent a154bc51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildGoModule (finalAttrs: {
  pname = "glab";
  version = "1.92.1";
  version = "1.93.0";

  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "cli";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4DUEsh2T5rx/0u79+edMLAjTRUmXxlbA0SVH/EwoeVo=";
    hash = "sha256-ra+cXfB5DtFXmpgxSTZuXUgRY8Uzsxc84cmmAGq06AE=";
    leaveDotGit = true;
    postFetch = ''
      cd "$out"
@@ -28,7 +28,7 @@ buildGoModule (finalAttrs: {
    '';
  };

  vendorHash = "sha256-fnVY1WEwzuRjHXQSGLl1c7bQXxzOHFEPlb/DhntYm2U=";
  vendorHash = "sha256-FBYTwTGQ2ma4dEeCGpvduGAPux5g7MsxBHQy8QXXVgQ=";

  ldflags = [
    "-s"