kwok: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2025-05-16 07:27:19 +00:00
parent 44faf3c6e4
commit 552a622908

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "kwok";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "kwok";
tag = "v${version}";
hash = "sha256-RVyXGPT30Fz+K1VdMneYldXvzHyimuCX406DMKOtUq4=";
hash = "sha256-gtDGkAXbNCWUVGL4+C6mOkWwrPcik6+nGEQNrjLb57U=";
};
vendorHash = "sha256-xzFbcsL6pz91GFwjkriTMKlX2fgm2NMO9+H3lqH/C2c=";
vendorHash = "sha256-UNso+e/zYah0jApHZgWnQ3cUSV44HsMqPy4q4JMCyiA=";
doCheck = false; # docker is need for test