about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k3s
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-21 07:37:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-21 07:37:02 +0000
commitc78b94421357e9afc76dd11a08779b606101674e (patch)
treecc5a948c02df8f206166850c506984c90d0aa9d6 /pkgs/applications/networking/cluster/k3s
parentd72657a34de9ba0645e9a02a83dfe0685ba5e846 (diff)
downloadnixlib-c78b94421357e9afc76dd11a08779b606101674e.tar
nixlib-c78b94421357e9afc76dd11a08779b606101674e.tar.gz
nixlib-c78b94421357e9afc76dd11a08779b606101674e.tar.bz2
nixlib-c78b94421357e9afc76dd11a08779b606101674e.tar.lz
nixlib-c78b94421357e9afc76dd11a08779b606101674e.tar.xz
nixlib-c78b94421357e9afc76dd11a08779b606101674e.tar.zst
nixlib-c78b94421357e9afc76dd11a08779b606101674e.zip
k3s: 1.26.3+k3s1 -> 1.26.4+k3s1
Diffstat (limited to 'pkgs/applications/networking/cluster/k3s')
-rw-r--r--pkgs/applications/networking/cluster/k3s/1_26/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/k3s/1_26/default.nix b/pkgs/applications/networking/cluster/k3s/1_26/default.nix
index 558e800cedf1..f7dbe7e6839e 100644
--- a/pkgs/applications/networking/cluster/k3s/1_26/default.nix
+++ b/pkgs/applications/networking/cluster/k3s/1_26/default.nix
@@ -47,10 +47,10 @@
 # Those pieces of software we entirely ignore upstream's handling of, and just
 # make sure they're in the path if desired.
 let
-  k3sVersion = "1.26.3+k3s1";     # k3s git tag
-  k3sCommit = "01ea3ff27be0b04f945179171cec5a8e11a14f7b"; # k3s git commit at the above version
-  k3sRepoSha256 = "1wpciikmr4l2nw92i3wlz301vxjiyz8rlzkn8jhzcaiifykc565s";
-  k3sVendorSha256 = "sha256-1HFLj3zSHV7RvA0fsQ/dPzwnkSRqE9TXXDA4m8OhwZE=";
+  k3sVersion = "1.26.4+k3s1";     # k3s git tag
+  k3sCommit = "8d0255af07e95b841952563253d27b0d10bd72f0"; # k3s git commit at the above version
+  k3sRepoSha256 = "0qlszdnlsvj3hzx2p0wl3zhaw908w8a62z6vlf2g69a3c75f55cs";
+  k3sVendorSha256 = "sha256-JXTsZYtTspu/pWMRSS2BcegktawBJ6BK7YEKbz1J/ao=";
 
   # nix generated by update.sh
   # Based on the traefik charts here: https://github.com/k3s-io/k3s/blob/d71ab6317e22dd34673faa307a412a37a16767f6/scripts/download#L29-L32