From 262fd5ca58e71d62987277ef9d82b8a25c4e64b8 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 6 Apr 2026 17:48:05 +0200 Subject: [PATCH] slinktool: update meta.changelog --- pkgs/by-name/sl/slinktool/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sl/slinktool/package.nix b/pkgs/by-name/sl/slinktool/package.nix index b5c3c010bfb5..b48501bd6eb8 100644 --- a/pkgs/by-name/sl/slinktool/package.nix +++ b/pkgs/by-name/sl/slinktool/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "SeedLink client for data stream inspection, data collection and server testing"; homepage = "https://github.com/EarthScope/slinktool"; - changelog = "https://github.com/EarthScope/slinktool/releases/tag/v${finalAttrs.version}"; + changelog = "https://github.com/EarthScope/slinktool/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.lgpl3Only; maintainers = with lib.maintainers; [ BIOS9 ]; platforms = lib.platforms.all;