From e7c610b4da22b4fa498584ef0f1d25a8f571cb42 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 24 Nov 2025 23:36:04 +0900 Subject: [PATCH] lima: 2.0.1 -> 2.0.2 Diff: https://github.com/lima-vm/lima/compare/v2.0.1...v2.0.2 Release: https://github.com/lima-vm/lima/releases/tag/v2.0.2 --- pkgs/by-name/li/lima/source.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/lima/source.nix b/pkgs/by-name/li/lima/source.nix index 0002b5045139..e03d087ea50a 100644 --- a/pkgs/by-name/li/lima/source.nix +++ b/pkgs/by-name/li/lima/source.nix @@ -3,7 +3,7 @@ }: let - version = "2.0.1"; + version = "2.0.2"; in { inherit version; @@ -12,8 +12,8 @@ in owner = "lima-vm"; repo = "lima"; tag = "v${version}"; - hash = "sha256-GPrx4pvD6AxYIvAS+Mz8gFZ/Z7HeFFoHh3LOtAJ9bhI="; + hash = "sha256-MWNvHHyf2qZxt83D22tTKR6EXAeAgcoXE1YjXHc9SwQ="; }; - vendorHash = "sha256-dA6zdrhN73Y8InlrCEdHgYwe5xbUlvKx0IMis2nWgWE="; + vendorHash = "sha256-fCqAf0buqA6GajP7SIsVPyKM3jY2n9CbS5hpa3dsWbc="; }