buildah: 1.16.5 -> 1.17.0

https://github.com/containers/buildah/releases/tag/v1.17.0
This commit is contained in:
zowoq 2020-10-31 08:35:39 +10:00
parent 78782d368e
commit 21b2619ee6

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.16.5";
version = "1.17.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "1d2k7n1d9mpkyjy7hp1svl34ssai62df3mp5awsill092dlwn8p2";
sha256 = "1bghi5m1rg42a781sgh194hqmqiflhwdrnxxn7cbb2b6jfiik08l";
};
outputs = [ "out" "man" ];