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

podman: 5.0.3 -> 5.1.0
This commit is contained in:
OTABI Tomoya 2024-06-01 18:33:32 +09:00 committed by GitHub
commit f302173b7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,13 +65,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.0.3";
version = "5.1.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-PA7mKHPzPDFdwKXAHvHnDvHF+mTmm59jkoeUeiCP6vE=";
hash = "sha256-jmg/Yq80MasbW93BTo6p5EcEfNQVadeDmkYtiX7Ov1E=";
};
patches = [