buildah: 1.22.3 -> 1.23.0

https://github.com/containers/buildah/releases/tag/v1.23.0
This commit is contained in:
zowoq 2021-09-22 11:40:36 +10:00
parent 68709444f8
commit abc00fd6bd

View file

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