Merge pull request #94493 from zowoq/podman

podman: 2.0.3 -> 2.0.4
This commit is contained in:
adisbladis 2020-08-02 09:27:54 +02:00 committed by GitHub
commit 9e1ea4e274
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.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "1jqdv3kij2q97qn4niqxxgfva9ajr4wjgx40qk5yhs01d3g0qgmd";
sha256 = "0rnli16nh5m3a8jjkkm1k4f896yk1k1rg48rjiajqhfrr98qwr0f";
};
vendorSha256 = null;