glauth: 2.4.0 -> 2.5.0

Release notes: https://github.com/glauth/glauth/releases/tag/GLAuth-v2.5.0
Git changelog: https://github.com/glauth/glauth/compare/v2.4.0...GLAuth-v2.5.0

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2026-04-20 13:07:14 +02:00
parent f5aa12eb14
commit be71d49f3b
+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 = ''