Merge pull request #222811 from qowoz/podman

podman: 4.4.2 -> 4.4.3
This commit is contained in:
adisbladis 2023-03-24 14:09:51 +13:00 committed by GitHub
commit c237060a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,13 +61,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "4.4.2";
version = "4.4.3";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-337PFsPGm7pUgnFeNJKwT+/7AdbWSfCx4kXyAvHyWJQ=";
hash = "sha256-s0aGZN4rnyyNLoO3nnAO7KbeD7MYxE9VMOHrQsKGNBk=";
};
patches = [