buildah: 1.21.0 -> 1.21.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
master
Sascha Grunert 2021-06-08 08:15:23 +02:00 committed by zowoq
parent 3ecc4cbff1
commit c5bff358e9
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.21.0";
version = "1.21.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-uNb5HCEft1vXASli+2zdKWzFzsAlI9/ILBWa7OQZBwE=";
sha256 = "sha256-Wes52lTcv3Jb6gJeUS6fmf4Nee3qEcc3SibaTFvQ8sQ=";
};
outputs = [ "out" "man" ];