limine 7.5.3 -> 7.7.0 https://github.com/limine-bootloader/limine/releases attrpath: limine 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 Diff after rewrites: diff --git a/pkgs/by-name/li/limine/package.nix b/pkgs/by-name/li/limine/package.nix index 22eb4625cb56..269deb264bd4 100644 --- a/pkgs/by-name/li/limine/package.nix +++ b/pkgs/by-name/li/limine/package.nix @@ -12,7 +12,7 @@ }: let - version = "7.5.3"; + version = "7.7.0"; in # The output of the derivation is a tool to create bootable images using Limine # as bootloader for various platforms and corresponding binary and helper files. @@ -24,7 +24,7 @@ stdenv.mkDerivation { # Packaging that in Nix is very cumbersome. src = fetchurl { url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"; - sha256 = "sha256-zuBHPuS+vdtSDfoRm6J0VdIYV3MtZtwW5qzCjDNmQKk="; + sha256 = "sha256-GD66BuplRyIDCy6J9Lys8z7GDshaz50O1Lu//lO+nf0="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/nk7vlgf48qmdwq29akxlhqg9c9r96kgd-limine-7.7.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages 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/limine-bootloader/limine/releases. meta.description for limine is: Limine Bootloader meta.homepage for limine is: https://limine-bootloader.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/limine-bootloader/limine/releases/tag/v7.7.0) - [Compare changes on GitHub](https://github.com/limine-bootloader/limine/compare/v7.5.3...v7.7.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.7.0 with grep in /nix/store/nk7vlgf48qmdwq29akxlhqg9c9r96kgd-limine-7.7.0 - found 7.7.0 in filename of file in /nix/store/nk7vlgf48qmdwq29akxlhqg9c9r96kgd-limine-7.7.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath limine ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/nk7vlgf48qmdwq29akxlhqg9c9r96kgd-limine-7.7.0 \ --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 limine https://github.com/r-ryantm/nixpkgs/archive/635d02bfeb02a5e85b3efccce886b7de90bde99b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/635d02bfeb02a5e85b3efccce886b7de90bde99b#limine ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/nk7vlgf48qmdwq29akxlhqg9c9r96kgd-limine-7.7.0 ls -la /nix/store/nk7vlgf48qmdwq29akxlhqg9c9r96kgd-limine-7.7.0/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages built:
--- ###### Maintainer pings cc @48cf @phip1611 for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/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/317367