We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f60f7f commit 0f1a9bcCopy full SHA for 0f1a9bc
pkgs/container-hotplug/default.nix
@@ -14,10 +14,10 @@
14
# We currently fetch from container-hotplug directly due to complexity in building bpf-linker.
15
stdenv.mkDerivation rec {
16
name = "container-hotplug";
17
- version = "20250409-1";
+ version = "20251118-1";
18
src = fetchurl {
19
url = "https://github.com/lowRISC/container-hotplug/releases/download/${version}/container-hotplug";
20
- hash = "sha256-tKzfMCSNUyfFL5IQcmwJ2HEG54XkV0cw+1gMQt+mFsc=";
+ hash = "sha256-ZNx72Jx7GBahEBMidNFR9r2Jj5Yq91RpdVr5pTWFNMs=";
21
};
22
23
buildInputs = [
0 commit comments