podman: 5.3.0 -> 5.3.1 (#359117)

This commit is contained in:
Weijia Wang 2024-11-29 17:32:22 +01:00 committed by GitHub
commit 3846c54866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,13 +66,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-v7srZ1S4qnEOgXvhj+61tSWqzx9qFv0m3iBEUoMu7+U=";
hash = "sha256-kABP10QX4r11UDUcd6Sukb+9+LRm/ba3iATz6DTOJYw=";
};
patches = [