buildah: 1.8.3 -> 1.9.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-06-17 17:43:41 +02:00
parent 55e2c850a3
commit dbec3654ef
No known key found for this signature in database
GPG key ID: C020502D6E2E5748

View file

@ -3,13 +3,13 @@
, go-md2man }:
let
version = "1.8.3";
version = "1.9.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "buildah";
sha256 = "12fi67pnp07zrk72zniiciw2nhmzn6lmbkydv5sib08x765izn6s";
sha256 = "19yf93pq4vw24h76kl32c6ryvg5fp5mixakw9c6sqydf7m74z9i8";
};
goPackagePath = "github.com/containers/buildah";