Skip to content

Commit

Permalink
Merge pull request #32118 from crawford/ct
Browse files Browse the repository at this point in the history
container-linux-config-transpiler: 0.4.1 -> 0.5.0
  • Loading branch information
orivej committed Nov 29, 2017
2 parents 0238e5c + 25081fa commit db0c2be
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,15 +4,15 @@ with lib;

buildGoPackage rec {
name = "ct-${version}";
version = "0.4.1";
version = "0.5.0";

goPackagePath = "github.com/coreos/container-linux-config-transpiler";

src = fetchFromGitHub {
owner = "coreos";
repo = "container-linux-config-transpiler";
rev = "v${version}";
sha256="1017xkinja30jcam8p1x2d9q4vkgkfn7gvkad004jkbbmd2216sa";
sha256="1gchqvx5a2fhw9bw359azd9zg8d6h50gkzfz21c41vkjln2z6jq6";
};

buildFlagsArray = ''
Expand Down

0 comments on commit db0c2be

Please sign in to comment.