From 4ccae7f7376d21d4bc9b88d6ebb7f6304421c05f Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 30 Apr 2026 11:43:51 +0200 Subject: [PATCH] wireshark: fix meta.changelog meta.changelog lead to 404 due to `v` being prepended to the version tag --- pkgs/by-name/wi/wireshark/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/wi/wireshark/package.nix b/pkgs/by-name/wi/wireshark/package.nix index fe93c80535cd..a0553cfefb3b 100644 --- a/pkgs/by-name/wi/wireshark/package.nix +++ b/pkgs/by-name/wi/wireshark/package.nix @@ -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; [