podman: 2.1.0 -> 2.1.1

https://github.com/containers/podman/releases/tag/v2.1.1
This commit is contained in:
zowoq 2020-09-26 07:08:39 +10:00
parent 5f0531eb99
commit bbeed7ecf8

View File

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "033pdkrmdsk33n1mglpcpl3g9i62raw47wpab752qhbmpy1c49lr";
sha256 = "0cy842wlyasxlxnwxkwhwgj148s30kfxnhgxa6ar26fly432aa68";
};
vendorSha256 = null;