Unverified Commit 48d80df6 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

glauth: 2.4.0 -> 2.5.0 (#511717)

parents 80f53f57 be71d49f
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -7,22 +7,17 @@

buildGoModule (finalAttrs: {
  pname = "glauth";
  version = "2.4.0";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "glauth";
    repo = "glauth";
    tag = "v${finalAttrs.version}";
    hash = "sha256-UUTL+ZnHRSYuD/TUYpsuo+Nu90kpA8ZL4XaGz6in3ME=";
    tag = "GLAuth-v${finalAttrs.version}";
    hash = "sha256-9aymP2zhp2DaqqrC1tiTicqnzBvAHGdx4KHKXkYNNsg=";
  };

  vendorHash = "sha256-Lijy0LFy0PgWogdzYRNPFOkLym6Gf9qG4R+Bm91eYJg=";

  postPatch = ''
    substituteInPlace v2/internal/version/const.go \
      --replace-fail '"v2.3.1"' '"v${finalAttrs.version}"'
  '';

  # Builds without go workspace fail with mysterious errors
  overrideModAttrs = _: {
    buildPhase = ''