podman: 3.0.0 -> 3.0.1

https://github.com/containers/podman/releases/tag/v3.0.1
(cherry picked from commit 92f9b27c12)
This commit is contained in:
zowoq
2021-02-19 10:51:30 +10:00
committed by Pamplemousse
parent f2cdc2b6b8
commit 006ee14fb7

View File

@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "141ii271w2azvhl8ragrgzmir9iq9npl8wmh5dr31kvq4z4syxw1";
sha256 = "sha256-+z28Z0KvaJa32+eTGFsNX8g/WVd3BohKoBnNPU/kpWM=";
};
vendorSha256 = null;