Merge pull request #265249 from r-ryantm/auto-update/podman

podman: 4.7.0 -> 4.7.2
This commit is contained in:
adisbladis 2023-11-04 12:09:51 +13:00 committed by GitHub
commit 78eefe769a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [