buildah: 1.21.2 -> 1.21.3

https://github.com/containers/buildah/releases/tag/v1.21.3
This commit is contained in:
zowoq 2021-07-17 07:51:22 +10:00
parent eb7b4bafc5
commit 175ead9a24

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.21.2";
version = "1.21.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-9AYFC10AYbt/qHj5hfuLRxUwibizKk4n9rgtd5RBEQg=";
sha256 = "sha256-f39UXQXUje6j8bRWVaX9ELCwO1vaeNuGnlmPhyyVoV8=";
};
outputs = [ "out" "man" ];