lima-bin 0.15.1 -> 0.16.0 https://github.com/lima-vm/lima/releases 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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/lm64cym8l4554yxn1n9nn2iql33j7ry4-update-lima-bin.sh.drv /nix/store/6s6f9aci46ayw5srkqpz636ql0ihhr55-packages.json.drv building '/nix/store/lm64cym8l4554yxn1n9nn2iql33j7ry4-update-lima-bin.sh.drv'... building '/nix/store/6s6f9aci46ayw5srkqpz636ql0ihhr55-packages.json.drv'... Going to be running update for following packages: - lima-0.15.1 Press Enter key to continue... Running update for: - lima-0.15.1: UPDATING ... - lima-0.15.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/virtualization/lima/bin.nix b/pkgs/applications/virtualization/lima/bin.nix index 154b24ca529..26466823303 100644 --- a/pkgs/applications/virtualization/lima/bin.nix +++ b/pkgs/applications/virtualization/lima/bin.nix @@ -9,31 +9,31 @@ }: let - version = "0.15.1"; + version = "0.16.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 = "eb5dee5f96f87c2bd8046a6e5f6acb4ffe0c07b15b2863156b1427be904a4437"; + sha256 = "092d586426f85c61263bd4822c22538b1585dc84d0369dccac936db758a17ce1"; }; 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 = "471f7d58080031745ac88e1560a550895b89caaee1bb66162a084a5ca7a8a563"; + sha256 = "6c6278ddc2db080b4ad6a2f39ae36e6258efd6c696fbe599a5d389cfb9232aa1"; }; aarch64-linux = rec { archSuffix = "Linux-aarch64"; url = "https://github.com/lima-vm/lima/releases/download/v${version}/lima-${version}-${archSuffix}.tar.gz"; - sha256 = "a7e1ce0a5ac9d5b3807dd43e491282d16aafb2f4260ae5f6fbf20737d23b928d"; + sha256 = "e33301878082cb73eb9bc4f267b91eb4895ac3c8303d56d4b86c1264563bfcff"; }; 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 = "bfe9e41ed7a718143cbfc7b797c764ca23297a031a2645c4f8bb4be6bf0b8388"; + sha256 = "be6093c2a9b0aa3c39cc5a5e39e79223c6d03f0e07ebadf70c3c128143672a84"; }; }; in No auto update branch exists There might already be an open PR for this update: - lima: 0.15.1 -> 0.16.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/235633"