fwts 23.11.00 -> 24.01.00 https://repology.org/project/fwts/versions attrpath: fwts 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/os-specific/linux/fwts/default.nix b/pkgs/os-specific/linux/fwts/default.nix index bb4a1a1bd37c..f04b8fcd2108 100644 --- a/pkgs/os-specific/linux/fwts/default.nix +++ b/pkgs/os-specific/linux/fwts/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "fwts"; - version = "23.11.00"; + version = "24.01.00"; src = fetchzip { url = "https://fwts.ubuntu.com/release/${pname}-V${version}.tar.gz"; - sha256 = "sha256-3cusxMFIYGKJ+ocQPc77bzHkyQhikLo1szSgE59aK9s="; + sha256 = "sha256-MXWmKxcxgSVCSeeGlWsa8JTBa5hLyvGPZ0811w+s+yA="; stripRoot = false; }; Successfully finished processing cachix "/nix/store/piyhafqwbjfj7gzvdvmzxjdgkmhxyaql-fwts-24.01.00" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
22 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/project/fwts/versions. meta.description for fwts is: Firmware Test Suite meta.homepage for fwts is: https://wiki.ubuntu.com/FirmwareTestSuite ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 24.01.00 with grep in /nix/store/piyhafqwbjfj7gzvdvmzxjdgkmhxyaql-fwts-24.01.00 - found 24.01.00 in filename of file in /nix/store/piyhafqwbjfj7gzvdvmzxjdgkmhxyaql-fwts-24.01.00 ---
Rebuild report (if merged into master) (click to expand) ``` 41 total rebuild path(s) 41 package rebuild(s) First fifty rebuilds by attrpath fwts linuxKernel.packages.linux_4_19.fwts-efi-runtime linuxKernel.packages.linux_4_19_hardened.fwts-efi-runtime linuxKernel.packages.linux_5_10.fwts-efi-runtime linuxKernel.packages.linux_5_10_hardened.fwts-efi-runtime linuxKernel.packages.linux_5_15.fwts-efi-runtime linuxKernel.packages.linux_5_15_hardened.fwts-efi-runtime linuxKernel.packages.linux_5_4.fwts-efi-runtime linuxKernel.packages.linux_5_4_hardened.fwts-efi-runtime linuxKernel.packages.linux_6_1.fwts-efi-runtime linuxKernel.packages.linux_6_1_hardened.fwts-efi-runtime linuxKernel.packages.linux_6_5.fwts-efi-runtime linuxKernel.packages.linux_6_5_hardened.fwts-efi-runtime linuxKernel.packages.linux_6_6.fwts-efi-runtime linuxKernel.packages.linux_6_6_hardened.fwts-efi-runtime linuxKernel.packages.linux_6_7.fwts-efi-runtime linuxKernel.packages.linux_hardened.fwts-efi-runtime linuxKernel.packages.linux_latest_libre.fwts-efi-runtime linuxKernel.packages.linux_libre.fwts-efi-runtime linuxKernel.packages.linux_lqx.fwts-efi-runtime linuxKernel.packages.linux_xanmod.fwts-efi-runtime linuxKernel.packages.linux_xanmod_latest.fwts-efi-runtime linuxKernel.packages.linux_xanmod_stable.fwts-efi-runtime linuxKernel.packages.linux_zen.fwts-efi-runtime linuxPackages-libre.fwts-efi-runtime linuxPackages.fwts-efi-runtime linuxPackages_4_19_hardened.fwts-efi-runtime linuxPackages_5_10_hardened.fwts-efi-runtime linuxPackages_5_15_hardened.fwts-efi-runtime linuxPackages_5_4_hardened.fwts-efi-runtime linuxPackages_6_1_hardened.fwts-efi-runtime linuxPackages_6_5_hardened.fwts-efi-runtime linuxPackages_6_6_hardened.fwts-efi-runtime linuxPackages_hardened.fwts-efi-runtime linuxPackages_latest-libre.fwts-efi-runtime linuxPackages_latest.fwts-efi-runtime linuxPackages_lqx.fwts-efi-runtime linuxPackages_xanmod.fwts-efi-runtime linuxPackages_xanmod_latest.fwts-efi-runtime linuxPackages_xanmod_stable.fwts-efi-runtime linuxPackages_zen.fwts-efi-runtime ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/piyhafqwbjfj7gzvdvmzxjdgkmhxyaql-fwts-24.01.00 \ --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 fwts https://github.com/r-ryantm/nixpkgs/archive/81dbffe493bf241a34786f82e1ad0d8bc889f3d8.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/81dbffe493bf241a34786f82e1ad0d8bc889f3d8#fwts ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/piyhafqwbjfj7gzvdvmzxjdgkmhxyaql-fwts-24.01.00 ls -la /nix/store/piyhafqwbjfj7gzvdvmzxjdgkmhxyaql-fwts-24.01.00/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)
22 packages built:
--- ###### Maintainer pings cc @tadfisher 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/283700