Merge pull request #154706 from qowoz/conmon

conmon: 2.0.31 -> 2.0.32
This commit is contained in:
adisbladis 2022-01-12 20:20:05 +12:00 committed by GitHub
commit 1dfbcf431d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];