podman: 3.2.2 -> 3.2.3

https://github.com/containers/podman/releases/tag/v3.2.3
This commit is contained in:
zowoq 2021-07-17 07:52:54 +10:00
parent eb7b4bafc5
commit d7813ca189

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-D1gtKaDZ7/SyySYWmDa3eDHbh2f5B3q1VEYKgl1pXCE=";
sha256 = "sha256-P8/4jehfcjM+r/pwW6fxrwquMVUqXxvvTur7Tesjmnc=";
};
vendorSha256 = null;