podman: 4.1.0 -> 4.1.1

https://github.com/containers/podman/releases/tag/v4.1.1
This commit is contained in:
zowoq 2022-06-16 06:46:30 +10:00
parent c30e557de4
commit 75d21e7131

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-3MR4ZhkhMLAK3KHu7JEV9z1/wlyCkxfx1i267TGxwt8=";
sha256 = "sha256-+lwq4WTPeELjugTg9l1wvoe0VTqRK2lC1jaFIwXMrL0=";
};
vendorSha256 = null;