buildah: 1.27.2 -> 1.28.0 (#194360)

This commit is contained in:
R. RyanTM
2022-10-04 18:23:36 +10:00
committed by GitHub
parent 01c6a05689
commit e2f8348fab
+2 -2
View File
@@ -15,13 +15,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.27.2";
version = "1.28.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-jEAfiPNb7qpbKiKDx6slnBeR0fISalebAedBfY7OS6E=";
sha256 = "sha256-Q8IqyI6okTaXKDoYvaTcIv+wy4aiHXOjFkKBxTn4wwk=";
};
outputs = [ "out" "man" ];