Skip to content

Commit

Permalink
update checksum for containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Jan 17, 2024
1 parent 4a5fa57 commit ea32bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs/wire-binaries.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let
containerd = fetchurl rec {
passthru.url = url;
url = "https://github.com/containerd/containerd/releases/download/v${ containerd_version }/containerd-${ containerd_version }-linux-${ image_arch }.tar.gz";
sha256 = "3a1322c18ee5ff4b9bd5af6b7b30c923a3eab8af1df05554f530ef8e2b24ac5e";
sha256 = "d66161d54546fad502fd50a13fcb79efff033fcd895adc9c44762680dcde4e69";
};
runc = fetchurl rec {
passthru.url = url;
Expand Down

0 comments on commit ea32bc3

Please sign in to comment.