3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186030 from qowoz/podman

podman: 4.1.1 -> 4.2.0
This commit is contained in:
adisbladis 2022-08-11 12:36:56 +08:00 committed by GitHub
commit 76262a80ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "4.1.1";
version = "4.2.0";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-+lwq4WTPeELjugTg9l1wvoe0VTqRK2lC1jaFIwXMrL0=";
sha256 = "sha256-crlOF8FoLlDulJJ8t8M1kk6JhSZdJU1VtR+G0O6VngM=";
};
vendorSha256 = null;