tshark 4.2.2 -> 4.2.3 https://repology.org/project/wireshark/versions attrpath: tshark Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix index deae24ec6547..f9ec3d21f6e9 100644 --- a/pkgs/applications/networking/sniffers/wireshark/default.nix +++ b/pkgs/applications/networking/sniffers/wireshark/default.nix @@ -54,7 +54,7 @@ assert withQt -> qt6 != null; stdenv.mkDerivation rec { pname = "wireshark-${if withQt then "qt" else "cli"}"; - version = "4.2.2"; + version = "4.2.3"; outputs = [ "out" "dev" ]; @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { repo = "wireshark"; owner = "wireshark"; rev = "v${version}"; - hash = "sha256-4SxrlNrVg8Yc1THyRPEQDM/yQzDTLM1ppVwCw9vResE="; + hash = "sha256-2kJBVO40F1m43317g337bk84ZSf6WPK04ir0xc5qxTc="; }; patches = [ Successfully finished processing cachix "/nix/store/67m4m7jg6hlzjj4cpw48nikjg1sk9iyh-wireshark-cli-4.2.3" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
17 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/wireshark/versions. meta.description for tshark is: Powerful network protocol analyzer meta.homepage for tshark is: https://www.wireshark.org meta.changelog for tshark is: https://www.wireshark.org/docs/relnotes/wireshark-4.2.3.html ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.2.3 with grep in /nix/store/67m4m7jg6hlzjj4cpw48nikjg1sk9iyh-wireshark-cli-4.2.3 - found 4.2.3 in filename of file in /nix/store/67m4m7jg6hlzjj4cpw48nikjg1sk9iyh-wireshark-cli-4.2.3 ---
Rebuild report (if merged into master) (click to expand) ``` 19 total rebuild path(s) 19 package rebuild(s) First fifty rebuilds by attrpath compactor credslayer dbmonster haka hfinger ostinato python311Packages.dissect python311Packages.dissect-cobaltstrike python311Packages.manuf python311Packages.pyshark python312Packages.manuf python312Packages.pyshark qtwirediff termshark tshark wifite2 wireshark wireshark-cli wireshark-qt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/67m4m7jg6hlzjj4cpw48nikjg1sk9iyh-wireshark-cli-4.2.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A tshark https://github.com/r-ryantm/nixpkgs/archive/76ce5620c0d6e08d8c75d53c88c96da09e47b051.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/76ce5620c0d6e08d8c75d53c88c96da09e47b051#tshark ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/67m4m7jg6hlzjj4cpw48nikjg1sk9iyh-wireshark-cli-4.2.3 ls -la /nix/store/67m4m7jg6hlzjj4cpw48nikjg1sk9iyh-wireshark-cli-4.2.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
17 packages built:
--- ###### Maintainer pings cc @bjornfor @fpletz for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/288949