podman: 4.0.2 -> 4.0.3

https://github.com/containers/podman/releases/tag/v4.0.3
This commit is contained in:
zowoq 2022-04-02 06:42:52 +10:00
parent e42f06f93f
commit 01fd7a284e

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "4.0.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-uLpvTnn2EWEI8+5gC3ofMjsZ9O7nLOaaUGGuvSE1gdE=";
sha256 = "sha256-o/CIs+3LnbaUUpOQI1hijrxH7f1qBnrQw56TJ18jKQw=";
};
vendorSha256 = null;