Merge pull request #121444 from r-ryantm/auto-update/lxcfs

lxcfs: 4.0.7 -> 4.0.8
This commit is contained in:
Mario Rodas 2021-05-01 19:13:21 -05:00 committed by GitHub
commit ff6c27e72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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