conmon: 2.0.30 -> 2.0.31

https://github.com/containers/conmon/releases/tag/v2.0.31
This commit is contained in:
zowoq 2021-12-07 06:59:34 +10:00
parent 54eac080d1
commit c6a321d18c

View File

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