podman: 4.2.0 -> 4.2.1

https://github.com/containers/podman/releases/tag/v4.2.1
This commit is contained in:
zowoq 2022-09-07 23:18:01 +10:00
parent 32685cdb24
commit 11c8f03ea3

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-crlOF8FoLlDulJJ8t8M1kk6JhSZdJU1VtR+G0O6VngM=";
sha256 = "sha256-e3MC7doAC2jpHWI+DX5+m+sbGxFpz7JDheGn+Yp7CF4=";
};
vendorSha256 = null;