buildah: 1.7.3 -> 1.8.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-05-11 15:37:44 +02:00
parent 88b32c775e
commit f0b2673312
No known key found for this signature in database
GPG key ID: C020502D6E2E5748

View file

@ -3,13 +3,13 @@
, go-md2man }:
let
version = "1.7.3";
version = "1.8.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "buildah";
sha256 = "154zjkccinf6nvbz5a8rdlkgy7fi6yz11wi100jn9cmsjydspax8";
sha256 = "1w8w10pw5mpr3lc78z2dx3vck40cl7s3zsizsxhs0a9kxnfp01j9";
};
goPackagePath = "github.com/containers/buildah";