buildah: 1.23.0 -> 1.23.1

https://github.com/containers/buildah/releases/tag/v1.23.1
This commit is contained in:
zowoq 2021-10-01 07:27:21 +10:00
parent 740bbb067f
commit bcf8e9f50c

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-MhPbABGgQG0sAHVnUA9PUGqaVYWd/YsY2pyf8H4uTe8=";
sha256 = "sha256-vAuUA51E1pufn3YvNe4yfqJHXo14iUEA5MzP3/ah+8I=";
};
outputs = [ "out" "man" ];