conmon: 2.0.31 -> 2.0.32

https://github.com/containers/conmon/releases/tag/v2.0.32
This commit is contained in:
zowoq 2022-01-12 15:26:01 +10:00
parent 996536a230
commit 159739faaf

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.31";
version = "2.0.32";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/IQS5L9Gqhft1eefkcNAPcQn7nSqOxAp9ySKBSOjs7M=";
sha256 = "sha256-aj0RQVVJp2S8cIYT7fsbK1TLaK0auvdgEIgkZJktsdo=";
};
nativeBuildInputs = [ pkg-config ];