0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

kine: 0.13.7 -> 0.13.9 (#377871)

Co-authored-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-12 08:32:27 +00:00 committed by GitHub
commit c6c5089c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "kine"; pname = "kine";
version = "0.13.7"; version = "0.13.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "k3s-io"; owner = "k3s-io";
repo = "kine"; repo = "kine";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4Mh86oDi++Bwe64tUh7XpOTAnfSjKCkOmYzQrqtX3us="; hash = "sha256-oM/L9kFfnS1AGVDQ0upgV7Btdgsz5pMPzPj0MJo3Fy0=";
}; };
vendorHash = "sha256-OzLbRSbNZ8q2TT6dqKfyqUAM1NmDU7Z9wiwGOnEO+LM="; vendorHash = "sha256-bvwAzUqezMNAVcd79UWBGLhMLx5iAtN3udIBJKbdWJs=";
ldflags = [ ldflags = [
"-s" "-s"