Merge pull request #61293 from vdemeester/update-buildah

buildah: 1.7.3 -> 1.8.1
This commit is contained in:
Renaud 2019-05-17 10:27:09 +02:00 committed by GitHub
commit 15eb98dcec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";