Skip to content

Commit d109335

Browse files
committed
nix: Update linuxkit revision to latest master commit
Still builds, so :shipit: I guess...? Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
1 parent 6436b2a commit d109335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let
1616
src = fetchFromGitHub {
1717
owner = "linuxkit";
1818
repo = "linuxkit";
19-
rev = "ccece6a4889e15850dfbaf6d5170939c83edb103";
20-
sha256 = "1hx5k0l9gniz9aj9li8dkiniqs77pyfcl979y75yqm3mynrdz9ca";
19+
rev = "b710224cdf9a8425a7129cdcb84fc1af00f926d7";
20+
sha256 = "sha256-UqPX+r3by7v+PL+/xUiSZVsB7EO7VUr3aDfVIhQDEgY=";
2121
};
2222
});
2323

0 commit comments

Comments
 (0)