3
0
Fork 0
forked from mirrors/nixpkgs

podman: 4.0.1 -> 4.0.2

https://github.com/containers/podman/releases/tag/v4.0.2
This commit is contained in:
zowoq 2022-03-03 06:18:45 +10:00
parent 545c11ddec
commit e1f1924a20

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "4.0.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-DpSDMjUFA8coRInJO1jhMALOYG444WRFw1w7vJKc7cw=";
sha256 = "sha256-uLpvTnn2EWEI8+5gC3ofMjsZ9O7nLOaaUGGuvSE1gdE=";
};
vendorSha256 = null;