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

linuxkit: 1.3.0 -> 1.4.0
This commit is contained in:
tomberek 2024-08-04 14:40:48 -04:00 committed by GitHub
commit e18fdb0f65
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.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "linuxkit";
repo = "linuxkit";
rev = "v${version}";
sha256 = "sha256-FK8aJGVIVu7nd6VwMlgs9daqr9rgz81OczbcHUGW89w=";
sha256 = "sha256-MUZMBqbwudvzZ5uoiBIm54HS1CwqHyTbFkHMKSIvvYs=";
};
vendorHash = null;