Merge pull request #128148 from zowoq/podman

podman: 3.2.1 -> 3.2.2
This commit is contained in:
Sandro 2021-06-26 21:41:56 +02:00 committed by GitHub
commit 9452448370
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.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-nnVMK4ST9Z2Oi1yLiFRIc9qAlJF4UEtE90iseHhKGlQ=";
sha256 = "sha256-D1gtKaDZ7/SyySYWmDa3eDHbh2f5B3q1VEYKgl1pXCE=";
};
vendorSha256 = null;