Merge pull request #92841 from adisbladis/podman-2_0_1

podman: 2.0.1 -> 2.0.2
This commit is contained in:
adisbladis 2020-07-10 11:50:10 +02:00 committed by GitHub
commit 7547939bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "11avj4q3xh7qbcbs8h4jis0bdfkvvh193sflwiz8hcp41qjvinz4";
sha256 = "12iqj71xjszbjbbz5f2dk5chcvfrrq0n737ki7xxkjcw38k2cnqz";
};
vendorSha256 = null;