glauth: 2.4.0 -> 2.5.0 (#511717)

This commit is contained in:
Bjørn Forsman
2026-04-20 16:32:14 +00:00
committed by GitHub
+3 -8
View File
@@ -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 = ''