From c2d203ba50b416c2b6505867b2adbfb070fdcc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 20 May 2025 08:54:37 +0200 Subject: [PATCH] k3s: better util-linux patch url The commit is in master so we don't need to point to the pull request --- pkgs/applications/networking/cluster/k3s/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix index e31d6203bc5f..8cbb824230f0 100644 --- a/pkgs/applications/networking/cluster/k3s/builder.nix +++ b/pkgs/applications/networking/cluster/k3s/builder.nix @@ -339,7 +339,7 @@ let patches = prev.patches or [ ] ++ lib.singleton (fetchpatch { - url = "https://github.com/util-linux/util-linux/pull/3479.patch"; + url = "https://github.com/util-linux/util-linux/commit/7dbfe31a83f45d5aef2b508697e9511c569ffbc8.patch"; hash = "sha256-bJqpZiPli5Pm/XpDA445Ab5jesXrlcnaO6e4V0B3rSw="; }); });