1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

docker: use upstream repo for containerd

http://github.com/docker/containerd is archived and redirects to
https://github.com/docker-archive/containerd.

To make updates easier track the upstream repo which Docker uses.
This commit is contained in:
Sandro Jäckel 2020-10-23 12:51:16 +02:00 committed by zowoq
parent 76d8e2fb30
commit e44cc1404b

View file

@ -33,7 +33,7 @@ rec {
name = "docker-containerd-${version}";
inherit version;
src = fetchFromGitHub {
owner = "docker";
owner = "containerd";
repo = "containerd";
rev = containerdRev;
sha256 = containerdSha256;