zowoq 2021-08-20 17:05:00 +10:00
parent 2a23aa28d6
commit 49526d42c8

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.22.0";
version = "1.22.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
sha256 = "sha256-F2PUqqzW7e6wmme1rTEJ736Sy/SRR1XVf20j5zDI9/s=";
sha256 = "sha256-hGw6qpCQZp/lRbagP0lap22oRzsEb+C6Vqn7R6Ckvhs=";
};
outputs = [ "out" "man" ];