buildah: 1.19.4 -> 1.19.6

https://github.com/containers/buildah/releases/tag/v1.19.6
This commit is contained in:
zowoq 2021-02-19 08:28:17 +10:00
parent 54b9a9429f
commit 28f5b52af1

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.19.4";
version = "1.19.6";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0hyjyk3yw2yjb47j9kd6as5bsa2wkjricnx0803sg2p4qc8rb72f";
sha256 = "sha256-YTguBkQcMNjHMVMEN3/P+8fOC5eqmQvlRd1ny9umS/4=";
};
outputs = [ "out" "man" ];