podman: 3.4.3 -> 3.4.4

https://github.com/containers/podman/releases/tag/v3.4.4
This commit is contained in:
zowoq 2021-12-09 07:59:05 +10:00
parent 7ff4406f49
commit e77e633283

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-SZHonZdUTJisFMjvUBst1HErvKWEcYZYhK++G+S4sEg=";
sha256 = "sha256-5Y0+xfoMCe3a6kX+OhmxURZXZLAnrS1t8TFyHqjGCeA=";
};
vendorSha256 = null;