glauth: 2.5.1 -> 2.5.2

https://github.com/glauth/glauth/releases/tag/GLAuth-v2.5.2
This commit is contained in:
Bjørn Forsman
2026-07-25 22:56:18 +02:00
parent 198048016f
commit 18920c78cf

View File

@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "glauth";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "glauth";
repo = "glauth";
tag = "GLAuth-v${finalAttrs.version}";
hash = "sha256-cz+kmYIUqwiYj0/djsUfSEYSWRpUftaJDHX9JUJKnOg=";
hash = "sha256-LrQmCkWiPSZIW2zxdqIWXL+w+hE3Duu2sM17TDcYmkk=";
};
vendorHash = "sha256-Lijy0LFy0PgWogdzYRNPFOkLym6Gf9qG4R+Bm91eYJg=";