lxcfs: 4.0.7 -> 4.0.8

This commit is contained in:
R. RyanTM 2021-05-01 22:46:06 +00:00
parent 7d82378949
commit 7326c917e4

View file

@ -5,13 +5,13 @@
with lib;
stdenv.mkDerivation rec {
pname = "lxcfs";
version = "4.0.7";
version = "4.0.8";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = "lxcfs-${version}";
sha256 = "sha256-gC1Q+kG/oKfYvuHVKstpRWfL/thsemULrimPrV/eeaI=";
sha256 = "sha256-8Tack2gM3AU3coGXs5hEbAaBCo5ss1sGUFFEjZDn5Lg=";
};
nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];