Merge pull request #130406 from zowoq/podman

podman: 3.2.2 -> 3.2.3
This commit is contained in:
Ben Siraphob 2021-07-18 02:17:57 +07:00 committed by GitHub
commit ceaddd6e2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;