kine: 0.13.15 -> 0.13.16

This commit is contained in:
R. Ryantm 2025-07-10 04:49:32 +00:00
parent 686386f4cc
commit 361846819d

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "kine";
version = "0.13.15";
version = "0.13.16";
src = fetchFromGitHub {
owner = "k3s-io";
repo = "kine";
rev = "v${version}";
hash = "sha256-dRyly3WkNziQf9m+IkCB4294WfGZCWBFt0auubb9vms=";
hash = "sha256-CEhUfDq7hj81fXgaQHBGDW0opoqgyWwPkHqEsyoyOJ0=";
};
vendorHash = "sha256-xsGX7cVfwx5+P3ArWUFnQvJAHgzgV2AwKGOHJZngN40=";
vendorHash = "sha256-iSeWKtkFa79SH8l9pq8MGcb+Qww0SOu9sSsBpb/zCWs=";
ldflags = [
"-s"