zowoq
2023-03-24 09:37:47 +10:00
parent 350c64e819
commit 5e19d09f0f
@@ -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 = [