Merge pull request #332601 from r-ryantm/auto-update/linuxkit

linuxkit: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2024-08-21 02:16:18 +02:00 committed by GitHub
commit f19a7f0945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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