rootlesskit 0 -> 1 attrpath: rootlesskit Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvs8fbp3rjvwj44w9b5xh75xcbczv6x3-packages.json.drv building '/nix/store/mvs8fbp3rjvwj44w9b5xh75xcbczv6x3-packages.json.drv'... Going to be running update for following packages: - rootlesskit-1.1.1 Press Enter key to continue... Running update for: - rootlesskit-1.1.1: UPDATING ... - rootlesskit-1.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/virtualization/rootlesskit/default.nix b/pkgs/tools/virtualization/rootlesskit/default.nix index cfd89ee451e6..18360fc7e212 100644 --- a/pkgs/tools/virtualization/rootlesskit/default.nix +++ b/pkgs/tools/virtualization/rootlesskit/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "rootlesskit"; - version = "1.1.1"; + version = "2.0.1"; src = fetchFromGitHub { owner = "rootless-containers"; repo = "rootlesskit"; rev = "v${version}"; - hash = "sha256-QjGjP7GiJiP2bJE707Oc4wZ9o/gRmSboK9xGbbyG5EM="; + hash = "sha256-qcVgLhBUVZTvXz5/QytYWzYtCKscBab/Iy25KAgzExo="; }; - vendorHash = "sha256-mNuj4/e1qH3P5MfbwPLddXWhc8aDcQuoSSHZ+S+zKWw="; + vendorHash = "sha256-ctZt0jkBhQPryEKCrd1a+ymnVKkGasZV6gOtR5U0L0I="; passthru = { updateScript = nix-update-script { }; An auto update branch exists with message `rootlesskit: 1.1.1 -> 2.0.0`. New version is 2.0.1. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/lqwbs5b878bmzg1wjhsv01avyb5a3dpy-rootlesskit-2.0.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
16 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for rootlesskit is: Kind of Linux-native "fake root" utility, made for mainly running Docker and Kubernetes as an unprivileged user meta.homepage for rootlesskit is: https://github.com/rootless-containers/rootlesskit ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/rootless-containers/rootlesskit/releases/tag/v2.0.1) - [Compare changes on GitHub](https://github.com/rootless-containers/rootlesskit/compare/v1.1.1...v2.0.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.1 with grep in /nix/store/lqwbs5b878bmzg1wjhsv01avyb5a3dpy-rootlesskit-2.0.1 - found 2.0.1 in filename of file in /nix/store/lqwbs5b878bmzg1wjhsv01avyb5a3dpy-rootlesskit-2.0.1 ---
Rebuild report (if merged into master) (click to expand) ``` 18 total rebuild path(s) 18 package rebuild(s) First fifty rebuilds by attrpath airlift apptainer apptainer-overriden-nixos charliecloud docker docker-gc docker-sbom docker_20_10 docker_24 fn-cli nvidia-docker pipework python311Packages.jupyter-repo2docker python312Packages.jupyter-repo2docker rootlesskit singularity singularity-overriden-nixos udocker ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lqwbs5b878bmzg1wjhsv01avyb5a3dpy-rootlesskit-2.0.1 \ --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 rootlesskit https://github.com/r-ryantm/nixpkgs/archive/82d8119dcaa7f8ac0c110ad5773f255ebeca3328.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/82d8119dcaa7f8ac0c110ad5773f255ebeca3328#rootlesskit ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lqwbs5b878bmzg1wjhsv01avyb5a3dpy-rootlesskit-2.0.1 ls -la /nix/store/lqwbs5b878bmzg1wjhsv01avyb5a3dpy-rootlesskit-2.0.1/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 marked as broken and skipped:
16 packages built:
--- ###### Maintainer pings cc @offlinehacker 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/281692