buildah: 1.16.1 -> 1.16.2

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
wip/yesman
Sascha Grunert 4 years ago committed by zowoq
parent 7c411b66b9
commit 382f7ce9c1
  1. 4
      pkgs/development/tools/buildah/default.nix

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.16.1";
version = "1.16.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "0nndm936g0i18ly6395y5s4h1f6cfbg602cvlg7c6w007f2j15hq";
sha256 = "0zvf060nsd8cvyclkaasqlc9bw699vh2004qrvcy8hf50b2z1bi2";
};
outputs = [ "out" "man" ];

Loading…
Cancel
Save