conmon: 2.0.14 -> 2.0.15

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2020-04-03 09:27:56 +02:00
parent 0bb17a4b19
commit 109362d803
No known key found for this signature in database
GPG key ID: 8CE029DD1A866E52

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