buildah: 1.19.8 -> 1.20.0

https://github.com/containers/buildah/releases/tag/v1.20.0
This commit is contained in:
Mario Rodas 2021-03-25 18:00:00 -05:00
parent 01f3ceeaa9
commit 96c7efbfff

View file

@ -14,13 +14,13 @@
buildGoModule rec { buildGoModule rec {
pname = "buildah"; pname = "buildah";
version = "1.19.8"; version = "1.20.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "buildah"; repo = "buildah";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-xhnhc4vhKw5T93076vS+pszIOpj22KzaPyzCvuHMaPE="; sha256 = "12gmn61mfrr58071x3cdsksad6swn1b23ghih128hjdpdzk1zxs3";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];