1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

podman: 3.3.0 -> 3.3.1

https://github.com/containers/podman/releases/tag/v3.3.1
This commit is contained in:
zowoq 2021-08-31 08:18:08 +10:00
parent 2d786792ca
commit 875901c0d5

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "podman";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "sha256-EDNpGDjsXULwtUYFLh4u6gntK//rsLLpYgpxRt4R1kc=";
sha256 = "sha256-DVRLdJFYD5Ovc0n5SoMv71GPTuBO3wfqREcGRJEuND0=";
};
vendorSha256 = null;