linuxkit: 1.7.0 -> 1.7.1 (#425570)

This commit is contained in:
Paul Meyer 2025-07-28 14:50:45 +02:00 committed by GitHub
commit de69ff90af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "linuxkit";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "linuxkit";
repo = "linuxkit";
rev = "v${version}";
sha256 = "sha256-G9Ao87sRbMcxB7VDvMaOPYCQg4l7EMEM2Mm9wl/N/5s=";
sha256 = "sha256-YOREG9BDJpXa4JhQj2vSxuI+FnVoL9CEcefBIHz+0QY=";
};
vendorHash = null;