libtins 4.4 -> 4.5 https://github.com/mfontanini/libtins/releases attrpath: libtins 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libtins/default.nix b/pkgs/development/libraries/libtins/default.nix index b96c02a35bfd..167211b21e23 100644 --- a/pkgs/development/libraries/libtins/default.nix +++ b/pkgs/development/libraries/libtins/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libtins"; - version = "4.4"; + version = "4.5"; src = fetchFromGitHub { owner = "mfontanini"; repo = pname; rev = "v${version}"; - sha256 = "sha256-mXbinXh/CO0SZZ71+K+FozbHCCoi12+AIa2o+P0QmUw="; + sha256 = "sha256-zL4C2Cgs9Y3NebL8MPQBO5j8Bm6xhl8ZggQBPJLRn0o="; }; postPatch = '' Successfully finished processing cachix "/nix/store/qm14r18n52gwkw6lf8adn3bh9iyrkvb3-libtins-4.5" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/mfontanini/libtins/releases. meta.description for libtins is: High-level, multiplatform C++ network packet sniffing and crafting library meta.homepage for libtins is: https://libtins.github.io/ meta.changelog for libtins is: https://raw.githubusercontent.com/mfontanini/libtins/v4.5/CHANGES.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/mfontanini/libtins/releases/tag/v4.5) - [Compare changes on GitHub](https://github.com/mfontanini/libtins/compare/v4.4...v4.5) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.5 with grep in /nix/store/qm14r18n52gwkw6lf8adn3bh9iyrkvb3-libtins-4.5 - found 4.5 in filename of file in /nix/store/qm14r18n52gwkw6lf8adn3bh9iyrkvb3-libtins-4.5 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath compactor libtins mathematica mathematica-cuda ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/qm14r18n52gwkw6lf8adn3bh9iyrkvb3-libtins-4.5 \ --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 libtins https://github.com/r-ryantm/nixpkgs/archive/18a71209e96003ecb7f0a23a6ab7a74968ed5aa9.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/18a71209e96003ecb7f0a23a6ab7a74968ed5aa9#libtins ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/qm14r18n52gwkw6lf8adn3bh9iyrkvb3-libtins-4.5 ls -la /nix/store/qm14r18n52gwkw6lf8adn3bh9iyrkvb3-libtins-4.5/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)
3 packages failed to build:
1 package built:
--- ###### Maintainer pings cc @fdns 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/255639