wireshark: fix meta.changelog (#515022)

This commit is contained in:
Bjørn Forsman
2026-04-30 18:14:02 +00:00
committed by GitHub
+1 -1
View File
@@ -226,7 +226,7 @@ stdenv.mkDerivation (finalAttrs: {
experts. It runs on UNIX, macOS and Windows.
'';
homepage = "https://www.wireshark.org";
changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${finalAttrs.src.tag}.html";
changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${finalAttrs.version}.html";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [