conmon: 2.1.8 -> 2.1.9

This commit is contained in:
R. Ryantm 2023-12-15 06:32:06 +00:00
parent f5c41d4d50
commit 5cb7e6505c

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