2022-12-25T13:05:27 mtools 4.0.41 -> 4.0.42 https://repology.org/metapackage/mtools/versions 2022-12-25T13:05:29 attrpath: mtools 2022-12-25T13:05:29 Checking auto update branch... 2022-12-25T13:05:29 No auto update branch exists 2022-12-25T13:05:33 [version] 2022-12-25T13:05:37 [version] updated version and sha256 2022-12-25T13:05:37 [rustCrateVersion] 2022-12-25T13:05:37 [rustCrateVersion] No cargoSha256 found 2022-12-25T13:05:37 [golangModuleVersion] 2022-12-25T13:05:37 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T13:05:37 [updateScript] 2022-12-25T13:05:37 [updateScript] skipping because derivation has no updateScript 2022-12-25T13:05:37 2022-12-25T13:05:37 [quotedUrls] 2022-12-25T13:05:37 [quotedUrls] nothing found to replace 2022-12-25T13:05:38 Diff after rewrites: diff --git a/pkgs/tools/filesystems/mtools/default.nix b/pkgs/tools/filesystems/mtools/default.nix index fd8b4b8d97d..d839b51d4e4 100644 --- a/pkgs/tools/filesystems/mtools/default.nix +++ b/pkgs/tools/filesystems/mtools/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "mtools"; - version = "4.0.41"; + version = "4.0.42"; src = fetchurl { url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2"; - sha256 = "sha256-JUIVImT7Pv9+1wZiq/T07vgTO8N9C3pobCQN8rX4ChM="; + sha256 = "sha256-ZL/f3k2Cr2si88HHLD4jHLthj0wjCcxG9U0W1VAszxU="; }; patches = lib.optional stdenv.isDarwin ./UNUSED-darwin.patch; 2022-12-25T13:07:19 Successfully finished processing 2022-12-25T13:07:19 cachix "/nix/store/wsmmd3l00wiiffd5x0l68k16rihi6gvx-mtools-4.0.42" 2022-12-25T13:07:22 [check][nixpkgs-review] 2022-12-25T13:13:18 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
13 packages built:
2022-12-25T13:13:21 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/mtools/versions. meta.description for mtools is: "Utilities to access MS-DOS disks" meta.homepage for mtools is: "https://www.gnu.org/software/mtools/" meta.changelog for mtools is: "" ###### 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 4.0.42 with grep in /nix/store/wsmmd3l00wiiffd5x0l68k16rihi6gvx-mtools-4.0.42 - found 4.0.42 in filename of file in /nix/store/wsmmd3l00wiiffd5x0l68k16rihi6gvx-mtools-4.0.42 ---
Rebuild report (if merged into master) (click to expand) ``` 13 total rebuild path(s) 13 package rebuild(s) First fifty rebuilds by attrpath bootiso fwanalyzer fwup gnome.gnome-boxes gparted ipxe memtest86-efi mtools solo5 syslinux unetbootin wimlib woeusb ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wsmmd3l00wiiffd5x0l68k16rihi6gvx-mtools-4.0.42 \ --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 mtools https://github.com/r-ryantm/nixpkgs/archive/d104fa52ce753e73454118cca20ea8b433463d17.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/wsmmd3l00wiiffd5x0l68k16rihi6gvx-mtools-4.0.42 ls -la /nix/store/wsmmd3l00wiiffd5x0l68k16rihi6gvx-mtools-4.0.42/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)
1 package failed to build:
13 packages built:
--- ###### Maintainer pings 2022-12-25T13:13:24 https://api.github.com/repos/NixOS/nixpkgs/pulls/207689