conmon: 2.0.12 -> 2.0.13

https://github.com/containers/conmon/releases/tag/v2.0.13
This commit is contained in:
zowoq 2020-03-18 08:15:24 +10:00
parent e86ec10426
commit cb099ca0d8

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.12";
version = "2.0.13";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "0vf88j582hv6dabmk3pnmbn60pp5w7hja2wmrhqq8wm2y07djhhi";
sha256 = "1cp9hhanndr6c71g4hdxfgwk348vnnlgijkr12f7qmd5acwfl7jc";
};
nativeBuildInputs = [ pkg-config ];