conmon: 2.1.1 -> 2.1.2

https://github.com/containers/conmon/releases/tag/v2.1.2
This commit is contained in:
zowoq 2022-06-15 06:47:31 +10:00
parent 9ef09e0680
commit 20ac3479d4

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "conmon";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HzLRwJwzvXhQOcmBp55I54sAnCKPeQw99H/XMOegOHo=";
sha256 = "sha256-WxRMY43Z9OytY1kc91VVmqLn5cl0UC/0Zj8x3vpsaBQ=";
};
nativeBuildInputs = [ pkg-config ];