Merge pull request #131259 from r-ryantm/auto-update/buildah

buildah-unwrapped: 1.21.3 -> 1.21.4
This commit is contained in:
adisbladis 2021-07-23 16:56:58 -05:00 committed by GitHub
commit cb3b041c4a
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.21.3";
version = "1.21.4";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-f39UXQXUje6j8bRWVaX9ELCwO1vaeNuGnlmPhyyVoV8=";
sha256 = "sha256-eVXNkQJ3/T4KFiGeE8o4kFBOONfHc6v+tNEOsOnEYRA=";
};
outputs = [ "out" "man" ];