linuxkit: 1.5.0 -> 1.5.1 (#337706)

This commit is contained in:
Fabián Heredia Montiel 2024-09-01 19:49:02 -06:00 committed by GitHub
commit d161865045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "linuxkit";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "linuxkit";
repo = "linuxkit";
rev = "v${version}";
sha256 = "sha256-Tcc2FdZ0h97r1C5BMTVb45HB8AuN/wPD+A8samhaJY8=";
sha256 = "sha256-Od6ij4RUWWNN3pm6Yt8W7LkeHnrusikJi2pXw6axbhU=";
};
vendorHash = null;