Merge pull request #227405 from r-ryantm/auto-update/k3s

k3s: 1.26.3+k3s1 -> 1.26.4+k3s1

authored by

Weijia Wang and committed by
GitHub
34c031d6 a33bfb8b

+4 -4
+4 -4
pkgs/applications/networking/cluster/k3s/1_26/default.nix
··· 47 47 # Those pieces of software we entirely ignore upstream's handling of, and just 48 48 # make sure they're in the path if desired. 49 49 let 50 - k3sVersion = "1.26.3+k3s1"; # k3s git tag 51 - k3sCommit = "01ea3ff27be0b04f945179171cec5a8e11a14f7b"; # k3s git commit at the above version 52 - k3sRepoSha256 = "1wpciikmr4l2nw92i3wlz301vxjiyz8rlzkn8jhzcaiifykc565s"; 53 - k3sVendorSha256 = "sha256-1HFLj3zSHV7RvA0fsQ/dPzwnkSRqE9TXXDA4m8OhwZE="; 50 + k3sVersion = "1.26.4+k3s1"; # k3s git tag 51 + k3sCommit = "8d0255af07e95b841952563253d27b0d10bd72f0"; # k3s git commit at the above version 52 + k3sRepoSha256 = "0qlszdnlsvj3hzx2p0wl3zhaw908w8a62z6vlf2g69a3c75f55cs"; 53 + k3sVendorSha256 = "sha256-JXTsZYtTspu/pWMRSS2BcegktawBJ6BK7YEKbz1J/ao="; 54 54 55 55 # nix generated by update.sh 56 56 # Based on the traefik charts here: https://github.com/k3s-io/k3s/blob/d71ab6317e22dd34673faa307a412a37a16767f6/scripts/download#L29-L32