buildah: 1.7.1 -> 1.7.2

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-04-05 17:04:30 +02:00
parent e1cfe6f6f0
commit 2bb4175bbc
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

@ -3,13 +3,13 @@
, go-md2man }:
let
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "buildah";
sha256 = "083s0bcajks2qnxq6cn9lax5aiyvicf60rf3ifgqksl9skr748qb";
sha256 = "19rp5kgdgyjfvg23m8dqlv6g1cs2c57nnw64ifjv24hqhy1xc0qk";
};
goPackagePath = "github.com/containers/buildah";