buildah: 1.26.1 -> 1.26.2

This commit is contained in:
R. RyanTM 2022-07-07 01:01:08 -07:00 committed by GitHub
parent f4b56b0fc3
commit 0c82c6d294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.26.1";
version = "1.26.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-RlDvTabpW2DQHJe4wFYBBuNrkfKTYbyudoX26MyvGBQ=";
sha256 = "sha256-FQ0fYiQBz+Ba8Xe8PWIYpIKyWOYa+NlTNJqzBC64O6M=";
};
outputs = [ "out" "man" ];