lima-bin 0 -> 1 attrpath: lima-bin Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/a0c8bjh1h0bkmrr958q959ar2903bsd4-update-lima-bin.sh.drv /nix/store/x4xmbmnhiji3fhmkj09jhjzpnivx7dwm-packages.json.drv building '/nix/store/a0c8bjh1h0bkmrr958q959ar2903bsd4-update-lima-bin.sh.drv'... building '/nix/store/x4xmbmnhiji3fhmkj09jhjzpnivx7dwm-packages.json.drv'... Going to be running update for following packages: - lima-0.19.1 Press Enter key to continue... Running update for: - lima-0.19.1: UPDATING ... - lima-0.19.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/virtualization/lima/bin.nix b/pkgs/applications/virtualization/lima/bin.nix index 2080ac1e7876..8f1bfa6a0645 100644 --- a/pkgs/applications/virtualization/lima/bin.nix +++ b/pkgs/applications/virtualization/lima/bin.nix @@ -9,31 +9,31 @@ }: let - version = "0.19.1"; + version = "0.20.0"; dist = { aarch64-darwin = rec { archSuffix = "Darwin-arm64"; url = "https://github.com/lima-vm/lima/releases/download/v${version}/lima-${version}-${archSuffix}.tar.gz"; - sha256 = "0dfcf3a39782baf1c2ea43cf026f8df0321c671d914c105fbb78de507aa8bda4"; + sha256 = "90b86fbd6644e34f3f5338855d6b349411a34cc67a17bc69fae367481896a66d"; }; x86_64-darwin = rec { archSuffix = "Darwin-x86_64"; url = "https://github.com/lima-vm/lima/releases/download/v${version}/lima-${version}-${archSuffix}.tar.gz"; - sha256 = "ac8827479f66ef1b288b31f164b22f6433faa14c44ce5bbebe09e6e913582479"; + sha256 = "076cab504ade3a93171b5d9d87f1fa4e6539d736988ac1d979dc903d41e90dbb"; }; aarch64-linux = rec { archSuffix = "Linux-aarch64"; url = "https://github.com/lima-vm/lima/releases/download/v${version}/lima-${version}-${archSuffix}.tar.gz"; - sha256 = "c55e57ddbefd9988d0f3676bb873bcc6e0f7b3c3d47a1f07599ee151c5198d96"; + sha256 = "af8a7a105468289a59a19468fe943b11a1e821a061e3555f0571bbc70b2e79c2"; }; x86_64-linux = rec { archSuffix = "Linux-x86_64"; url = "https://github.com/lima-vm/lima/releases/download/v${version}/lima-${version}-${archSuffix}.tar.gz"; - sha256 = "7d18b1716aae14bf98d6ea93a703e8877b0c3142f7ba2e87401d47d5d0fe3ff1"; + sha256 = "74dc6d8b9be0d46c4869ee5e2f505291ba22d40f43c20740d81a8dfbe38dd5e9"; }; }; in No auto update branch exists There might already be an open PR for this update: - lima: 0.19.1 -> 0.20.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/282861"