k3s: better util-linux patch url

The commit is in master so we don't need to point to the pull request
This commit is contained in:
Jörg Thalheim
2025-05-20 08:54:37 +02:00
parent b6a5eebd30
commit c2d203ba50
@@ -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=";
});
});