conmon: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm 2022-08-29 16:40:05 +00:00 committed by zowoq
parent 83a13b4ee4
commit b8ec5dc2b0

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "conmon";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/5HYEcJzdGAiaMAh82vlDjzwEc7bf9gAYOAz7fkysR0=";
sha256 = "sha256-d7fXbzbrqhP6zLVZo3gO+FyvZg7Z3AGlNSNLy0PD6EE=";
};
nativeBuildInputs = [ pkg-config ];