Merge pull request #28665 from NeQuissimus/containerd_0_2_9

containerd: 0.2.5 -> 0.2.9
This commit is contained in:
Jörg Thalheim 2017-08-29 10:24:51 +01:00 committed by GitHub
commit 25c354a0ba
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "containerd-${version}"; name = "containerd-${version}";
version = "0.2.5"; version = "0.2.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "docker"; owner = "containerd";
repo = "containerd"; repo = "containerd";
rev = "v${version}"; rev = "v${version}";
sha256 = "16p8kixhzdx8afpciyf3fjx43xa3qrqpx06r5aqxdrqviw851zh8"; sha256 = "0rix0mv203fn3rcxmpqdpb54l1a0paqplg2xgldpd943qi1rm552";
}; };
buildInputs = [ removeReferencesTo go ]; buildInputs = [ removeReferencesTo go ];