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 { buildGoPackage rec {
pname = "buildah"; pname = "buildah";
version = "1.11.0"; version = "1.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
sha256 = "114dmjqacz5hairl1s8qhndzr52lcvh99g565cq5ydscblnzpw1b"; sha256 = "0mbmb7994dcv8i41zgiqmb6qp5hawgygzam7mi4pmdygkx4ckkxw";
}; };
outputs = [ "bin" "man" "out" ]; outputs = [ "bin" "man" "out" ];