Merge pull request #136239 from qowoz/podman

podman: 3.3.0 -> 3.3.1
This commit is contained in:
adisbladis 2021-08-30 18:12:39 -05:00 committed by GitHub
commit c7514a2667
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.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-EDNpGDjsXULwtUYFLh4u6gntK//rsLLpYgpxRt4R1kc=";
sha256 = "sha256-DVRLdJFYD5Ovc0n5SoMv71GPTuBO3wfqREcGRJEuND0=";
};
vendorSha256 = null;