mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-30 08:57:01 +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:
parent
76d8e2fb30
commit
e44cc1404b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ rec {
|
||||||
name = "docker-containerd-${version}";
|
name = "docker-containerd-${version}";
|
||||||
inherit version;
|
inherit version;
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "docker";
|
owner = "containerd";
|
||||||
repo = "containerd";
|
repo = "containerd";
|
||||||
rev = containerdRev;
|
rev = containerdRev;
|
||||||
sha256 = containerdSha256;
|
sha256 = containerdSha256;
|
||||||
|
|
Loading…
Add table
Reference in a new issue