buildah: 1.20.0 -> 1.20.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-04-14 15:42:40 +02:00 committed by zowoq
parent 78927e608f
commit 4973dc73f6

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "12gmn61mfrr58071x3cdsksad6swn1b23ghih128hjdpdzk1zxs3";
sha256 = "sha256-nlZblUPS0678dR0hyp+V9uH/nHL9YH81+O1Zzq8T8Pw=";
};
outputs = [ "out" "man" ];