Skip to content

Commit

Permalink
Update container-hotplug
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed May 13, 2024
1 parent 36ac03a commit f5893f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/container-hotplug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# We currently fetch from container-hotplug directly due to complexity in building bpf-linker.
stdenv.mkDerivation rec {
name = "container-hotplug";
version = "20240319-2";
version = "20240513-1";
src = fetchurl {
url = "https://github.com/lowRISC/container-hotplug/releases/download/${version}/container-hotplug";
sha256 = "sha256-1LWPYssU4HGw4C85mKq/lFtfQMhtexA2Qc87j4OIh0Y=";
hash = "sha256-EwOaxpc5aJt+lMoz4emfOYH0+kQFaHJFAXfXFjb1r5A=";
};

buildInputs = [
Expand Down

0 comments on commit f5893f5

Please sign in to comment.