2022-12-30T17:07:19 afflib 3.7.19 -> 3.7.20 https://github.com/sshock/AFFLIBv3/releases 2022-12-30T17:07:21 attrpath: afflib 2022-12-30T17:07:21 Checking auto update branch... 2022-12-30T17:07:21 No auto update branch exists 2022-12-30T17:07:25 [version] 2022-12-30T17:07:27 [version] updated version and sha256 2022-12-30T17:07:27 [rustCrateVersion] 2022-12-30T17:07:27 [rustCrateVersion] No cargoSha256 found 2022-12-30T17:07:27 [golangModuleVersion] 2022-12-30T17:07:27 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T17:07:27 [updateScript] 2022-12-30T17:07:27 [updateScript] skipping because derivation has no updateScript 2022-12-30T17:07:27 2022-12-30T17:07:27 [quotedUrls] 2022-12-30T17:07:27 [quotedUrls] nothing found to replace 2022-12-30T17:07:27 Diff after rewrites: diff --git a/pkgs/development/libraries/afflib/default.nix b/pkgs/development/libraries/afflib/default.nix index cb0c8025ddf..e82c3c8dfe7 100644 --- a/pkgs/development/libraries/afflib/default.nix +++ b/pkgs/development/libraries/afflib/default.nix @@ -3,14 +3,14 @@ }: stdenv.mkDerivation rec { - version = "3.7.19"; + version = "3.7.20"; pname = "afflib"; src = fetchFromGitHub { owner = "sshock"; repo = "AFFLIBv3"; rev = "v${version}"; - sha256 = "1qs843yi33yqbp0scqirn753lxzg762rz6xy2h3f8f77fijqj2qb"; + sha256 = "sha256-xkqBfTftzn+rgeuoaKfHP7vQmy4VZuaCq8VFlfZTUE4="; }; nativeBuildInputs = [ autoreconfHook ]; 2022-12-30T17:09:36 Successfully finished processing 2022-12-30T17:09:36 cachix "/nix/store/l62rshxqpicwk1yfx6s1c4bkmiw8j23r-afflib-3.7.20" 2022-12-30T17:09:40 [check][nixpkgs-review] 2022-12-30T17:13:34 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-12-30T17:13:36 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/sshock/AFFLIBv3/releases. meta.description for afflib is: "Advanced forensic format library" meta.homepage for afflib is: "http://afflib.sourceforge.net/" meta.changelog for afflib is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/sshock/AFFLIBv3/releases/tag/v3.7.20) - [Compare changes on GitHub](https://github.com/sshock/AFFLIBv3/compare/v3.7.19...v3.7.20) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.7.20 with grep in /nix/store/l62rshxqpicwk1yfx6s1c4bkmiw8j23r-afflib-3.7.20 - found 3.7.20 in filename of file in /nix/store/l62rshxqpicwk1yfx6s1c4bkmiw8j23r-afflib-3.7.20 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath afflib sleuthkit ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/l62rshxqpicwk1yfx6s1c4bkmiw8j23r-afflib-3.7.20 \ --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 afflib https://github.com/r-ryantm/nixpkgs/archive/1d31ea5464868d9b414a4b368d50c6fc27bce18a.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/l62rshxqpicwk1yfx6s1c4bkmiw8j23r-afflib-3.7.20 ls -la /nix/store/l62rshxqpicwk1yfx6s1c4bkmiw8j23r-afflib-3.7.20/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)
2 packages built:
--- ###### Maintainer pings cc @7c6f434c 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). 2022-12-30T17:13:39 https://api.github.com/repos/NixOS/nixpkgs/pulls/208383