Merge pull request #140087 from qowoz/podman

podman: 3.3.1 -> 3.4.0
This commit is contained in:
adisbladis 2021-10-01 22:48:47 -05:00 committed by GitHub
commit a506095ad2
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.3.1";
version = "3.4.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-DVRLdJFYD5Ovc0n5SoMv71GPTuBO3wfqREcGRJEuND0=";
sha256 = "sha256-AeddndkKyUs9i0bg0XO5QCmYgqgWREnHWsmce6VM7Oo=";
};
vendorSha256 = null;