2022-12-22T04:01:46 mdbook 0.4.24 -> 0.4.25 https://github.com/rust-lang/mdBook/releases 2022-12-22T04:01:48 attrpath: mdbook 2022-12-22T04:01:48 Checking auto update branch... 2022-12-22T04:01:48 No auto update branch exists 2022-12-22T04:01:52 [version] 2022-12-22T04:01:52 [version] generic version rewriter does not support multiple hashes 2022-12-22T04:01:52 [rustCrateVersion] 2022-12-22T04:02:51 [rustCrateVersion] Replacing cargoSha256 with sha256-6UiE/b6iJkuM/9g5yhB33WwTZ2VYlWFWQdfdHzA39CM= 2022-12-22T04:04:25 [rustCrateVersion] Finished updating Crate version and replacing hashes 2022-12-22T04:04:25 [golangModuleVersion] 2022-12-22T04:04:25 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-22T04:04:25 [updateScript] 2022-12-22T04:04:25 [updateScript] skipping because derivation has no updateScript 2022-12-22T04:04:25 2022-12-22T04:04:25 [quotedUrls] 2022-12-22T04:04:25 [quotedUrls] nothing found to replace 2022-12-22T04:04:25 Diff after rewrites: diff --git a/pkgs/tools/text/mdbook/default.nix b/pkgs/tools/text/mdbook/default.nix index 7a89064f0d0..96b0f3dbfcf 100644 --- a/pkgs/tools/text/mdbook/default.nix +++ b/pkgs/tools/text/mdbook/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "mdbook"; - version = "0.4.24"; + version = "0.4.25"; src = fetchFromGitHub { owner = "rust-lang"; repo = "mdBook"; rev = "refs/tags/v${version}"; - sha256 = "sha256-Y7ZbgRX0ZaYtLA20fD/L9eNMbARI1f7g6O4Yl/UDO5E="; + sha256 = "sha256-9zq3y7fNbGkprekzPDnJV4/IkAFUGEydkWAtr49mhdg="; }; - cargoSha256 = "sha256-74LyxlDx9tVjw0KGPml6EZbAIbDiW3tvM/CEj5BW7pI="; + cargoSha256 = "sha256-6UiE/b6iJkuM/9g5yhB33WwTZ2VYlWFWQdfdHzA39CM="; buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; 2022-12-22T04:05:55 Successfully finished processing 2022-12-22T04:05:55 cachix "/nix/store/jh7xs7vzicbnadp8ck66d9db14vdlhqc-mdbook-0.4.25" 2022-12-22T04:11:22 [check][nixpkgs-review] 2022-12-22T04:42:44 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
85 packages built:
2022-12-22T04:42:47 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/rust-lang/mdBook/releases. meta.description for mdbook is: "Create books from MarkDown" meta.homepage for mdbook is: "https://github.com/rust-lang/mdBook" meta.changelog for mdbook is: "https://github.com/rust-lang/mdBook/blob/v0.4.25/CHANGELOG.md" ###### Updates performed - Rust 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 0.4.25 with grep in /nix/store/jh7xs7vzicbnadp8ck66d9db14vdlhqc-mdbook-0.4.25 - found 0.4.25 in filename of file in /nix/store/jh7xs7vzicbnadp8ck66d9db14vdlhqc-mdbook-0.4.25 ---
Rebuild report (if merged into master) (click to expand) ``` 105 total rebuild path(s) 105 package rebuild(s) First fifty rebuilds by attrpath appvm bundix cabal2nix cached-nix-shell cachix colmena common-updater-scripts crate2nix crystal2nix dep2nix dydisnix fusionInventory gnome.gnome-packagekit gnome.gnome-software gnome.simple-scan go2nix harmonia haskellPackages.cabal2nix-unstable haskellPackages.cachix haskellPackages.hercules-ci-agent haskellPackages.hercules-ci-cli haskellPackages.hercules-ci-cnix-expr haskellPackages.hercules-ci-cnix-store haskellPackages.nix-paths haskellPackages.nix-serve-ng haskellPackages.nvfetcher haskellPackages.update-nix-fetchgit hci hercules-ci-agent hydra_unstable libnixxml libsForQt5.discover libsForQt5.packagekit-qt lispPackages.quicklisp-to-nix lispPackages.quicklisp-to-nix-system-info lua51Packages.luarocks-nix lua52Packages.luarocks-nix lua53Packages.luarocks-nix luaPackages.luarocks-nix luajitPackages.luarocks-nix luarocks-nix mdbook nc4nix nil nix nix-bundle nix-direnv nix-doc nix-du nix-eval-jobs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jh7xs7vzicbnadp8ck66d9db14vdlhqc-mdbook-0.4.25 \ --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 mdbook https://github.com/r-ryantm/nixpkgs/archive/f77ffa5fbe652ef4c2d5a1ee956ee6dcecc2d0e8.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/jh7xs7vzicbnadp8ck66d9db14vdlhqc-mdbook-0.4.25 ls -la /nix/store/jh7xs7vzicbnadp8ck66d9db14vdlhqc-mdbook-0.4.25/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)
85 packages built:
--- ###### Maintainer pings cc @Havvy @Frostman 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-22T04:42:50 https://api.github.com/repos/NixOS/nixpkgs/pulls/207200