Skip to content

Commit ed889fb

Browse files
committed
lima, lima-additional-guestagents: 1.2.0 -> 1.2.1
Diff: lima-vm/lima@v1.2.0...v1.2.1
1 parent e960a8f commit ed889fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/li/lima-additional-guestagents/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildGoModule (finalAttrs: {
1212
pname = "lima-additional-guestagents";
13-
version = "1.2.0";
13+
version = "1.2.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "lima-vm";
1717
repo = "lima";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-vrYsIYikoN4D3bxu/JTb9lMRcL5k9S6T473dl58SDW0=";
19+
hash = "sha256-90fFsS5jidaovE2iqXfe4T2SgZJz6ScOwPPYxCsCk/k=";
2020
};
2121

2222
vendorHash = "sha256-8S5tAL7GY7dxNdyC+WOrOZ+GfTKTSX84sG8WcSec2Os=";

pkgs/by-name/li/lima/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
buildGoModule (finalAttrs: {
2424
pname = "lima";
25-
version = "1.2.0";
25+
version = "1.2.1";
2626

2727
src = fetchFromGitHub {
2828
owner = "lima-vm";
2929
repo = "lima";
3030
tag = "v${finalAttrs.version}";
31-
hash = "sha256-vrYsIYikoN4D3bxu/JTb9lMRcL5k9S6T473dl58SDW0=";
31+
hash = "sha256-90fFsS5jidaovE2iqXfe4T2SgZJz6ScOwPPYxCsCk/k=";
3232
};
3333

3434
vendorHash = "sha256-8S5tAL7GY7dxNdyC+WOrOZ+GfTKTSX84sG8WcSec2Os=";

0 commit comments

Comments
 (0)