Merge pull request #274381 from r-ryantm/auto-update/conmon

conmon: 2.1.8 -> 2.1.9
This commit is contained in:
Nick Cao 2023-12-15 10:28:49 -05:00 committed by GitHub
commit d9833f44f8
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.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-gdMNAU+w4u+9DZL9x96OAZihShkQdvSiqPCA+eNf600=";
hash = "sha256-GDbCjR3UWDo/AEKO3TZq29fxO9EUfymxWtvLBikJJ04=";
};
nativeBuildInputs = [ pkg-config ];