From e63ce9ebe2eca270958f724982054f5492d55b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Thu, 30 Apr 2026 20:00:59 +0200 Subject: [PATCH] glauth: fix meta.changelog Ref. https://github.com/NixOS/nixpkgs/issues/514132. --- pkgs/by-name/gl/glauth/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gl/glauth/package.nix b/pkgs/by-name/gl/glauth/package.nix index f78d7c78483c..1b53399e46e3 100644 --- a/pkgs/by-name/gl/glauth/package.nix +++ b/pkgs/by-name/gl/glauth/package.nix @@ -39,7 +39,7 @@ buildGoModule (finalAttrs: { meta = { description = "Lightweight LDAP server for development, home use, or CI"; homepage = "https://github.com/glauth/glauth"; - changelog = "https://github.com/glauth/glauth/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/glauth/glauth/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ bjornfor