cabextract 1.9.1 -> 1.11 https://repology.org/metapackage/cabextract/versions attrpath: cabextract 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/archivers/cabextract/default.nix b/pkgs/tools/archivers/cabextract/default.nix index c0c60aa1cde..6268a7826e5 100644 --- a/pkgs/tools/archivers/cabextract/default.nix +++ b/pkgs/tools/archivers/cabextract/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "cabextract"; - version = "1.9.1"; + version = "1.11"; src = fetchurl { url = "https://www.cabextract.org.uk/cabextract-${version}.tar.gz"; - sha256 = "19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg"; + sha256 = "sha256-tVRtsRVeTHGP89SyeFc2BPMN1kw8W/1GV80Im4I6OsY="; }; # Let's assume that fnmatch works for cross-compilation, otherwise it gives an error: Successfully finished processing cachix "/nix/store/mv5fii5zgmlcrg2d0i8nhjc7dm6gslxb-cabextract-1.11" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
30 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/metapackage/cabextract/versions. meta.description for cabextract is: Free Software for extracting Microsoft cabinet files meta.homepage for cabextract is: https://www.cabextract.org.uk/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.11 with grep in /nix/store/mv5fii5zgmlcrg2d0i8nhjc7dm6gslxb-cabextract-1.11 - found 1.11 in filename of file in /nix/store/mv5fii5zgmlcrg2d0i8nhjc7dm6gslxb-cabextract-1.11 ---
Rebuild report (if merged into master) (click to expand) ``` 32 total rebuild path(s) 32 package rebuild(s) First fifty rebuilds by attrpath binwalk bootiso bottles bottles-unwrapped cabextract corefonts datalad diffoscope dtrx grapejuice heroic loadlibrary lutris lutris-free patool pipelight playonlinux portmod protontricks python310Packages.binwalk python310Packages.binwalk-full python310Packages.patool python311Packages.binwalk python311Packages.binwalk-full python311Packages.patool vistafonts vistafonts-chs vistafonts-cht wimlib winetricks woeusb xow_dongle-firmware ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mv5fii5zgmlcrg2d0i8nhjc7dm6gslxb-cabextract-1.11 \ --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 cabextract https://github.com/r-ryantm/nixpkgs/archive/3af9a4926275f92bd1c2355c35ec7cf2af52886b.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/mv5fii5zgmlcrg2d0i8nhjc7dm6gslxb-cabextract-1.11 ls -la /nix/store/mv5fii5zgmlcrg2d0i8nhjc7dm6gslxb-cabextract-1.11/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)
30 packages built:
--- ###### Maintainer pings cc @pSub 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/219148