podman: 4.7.0 -> 4.7.2

This commit is contained in:
R. Ryantm 2023-11-03 15:25:35 +00:00
parent b957e614ea
commit de9c794291

View file

@ -62,13 +62,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.7.0";
version = "4.7.2";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-xbU2F/QYtTKeZacTmwKDfIGuUg9VStEO/jkpChK0DyU=";
hash = "sha256-o5FTCuFUbTlENqvh+u6fPEfD816tKWPxHu2yhBi/Mf0=";
};
patches = [