buildah-unwrapped: 1.21.3 -> 1.21.4

This commit is contained in:
R. RyanTM 2021-07-23 13:47:44 +00:00
parent 9d0315e348
commit 8d5b6bdc86

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" ];