Merge pull request #134924 from qowoz/buildah

buildah: 1.22.0 -> 1.22.2
This commit is contained in:
Sandro 2021-08-20 12:41:26 +02:00 committed by GitHub
commit e7798d9469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.22.0";
version = "1.22.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-F2PUqqzW7e6wmme1rTEJ736Sy/SRR1XVf20j5zDI9/s=";
sha256 = "sha256-hGw6qpCQZp/lRbagP0lap22oRzsEb+C6Vqn7R6Ckvhs=";
};
outputs = [ "out" "man" ];