Merge pull request #68626 from saschagrunert/buildah

buildah: 1.11.0 -> 1.11.1
This commit is contained in:
Peter Hoeg 2019-09-13 16:57:45 +08:00 committed by GitHub
commit f5375412c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "buildah";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "114dmjqacz5hairl1s8qhndzr52lcvh99g565cq5ydscblnzpw1b";
sha256 = "0mbmb7994dcv8i41zgiqmb6qp5hawgygzam7mi4pmdygkx4ckkxw";
};
outputs = [ "bin" "man" "out" ];