Skip to content

Commit 0f1a9bc

Browse files
committed
container-hotplug: update to 20251118-1
1 parent 7f60f7f commit 0f1a9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/container-hotplug/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# We currently fetch from container-hotplug directly due to complexity in building bpf-linker.
1515
stdenv.mkDerivation rec {
1616
name = "container-hotplug";
17-
version = "20250409-1";
17+
version = "20251118-1";
1818
src = fetchurl {
1919
url = "https://github.com/lowRISC/container-hotplug/releases/download/${version}/container-hotplug";
20-
hash = "sha256-tKzfMCSNUyfFL5IQcmwJ2HEG54XkV0cw+1gMQt+mFsc=";
20+
hash = "sha256-ZNx72Jx7GBahEBMidNFR9r2Jj5Yq91RpdVr5pTWFNMs=";
2121
};
2222

2323
buildInputs = [

0 commit comments

Comments
 (0)