Merge pull request #84168 from saschagrunert/conmon

conmon: 2.0.14 -> 2.0.15
This commit is contained in:
Mario Rodas 2020-04-03 06:44:40 -05:00 committed by GitHub
commit 2d2fc9a10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.14";
version = "2.0.15";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "1h5mxs8wrsm1q48fmd7slpa0j6g6kjbm1mcizyhk7xz1xrbnicc1";
sha256 = "1fshcmnfqzbagzcrh5nxw7pi0dd60xpq47a2lzfghklqhl1h0b5i";
};
nativeBuildInputs = [ pkg-config ];