Skip to content

Commit

Permalink
containerd: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 25, 2018
1 parent 5441518 commit 3187f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/containerd/default.nix
Expand Up @@ -5,13 +5,13 @@ with lib;

stdenv.mkDerivation rec {
name = "containerd-${version}";
version = "1.0.1";
version = "1.0.2";

src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "0kfafqi66yp4qy738pl11f050hfrx9m4kc670qpx7fmf9ii7q6p2";
sha256 = "1x6mmk69jksh4m9rjd8qwpp0qc7jmimpkq9pw9237p0v63p9yci0";
};

hardeningDisable = [ "fortify" ];
Expand Down

0 comments on commit 3187f3f

Please sign in to comment.