Merge pull request #130417 from marsam/update-lxcfs

lxcfs: 4.0.8 -> 4.0.9
This commit is contained in:
Jörg Thalheim 2021-07-17 06:35:30 +01:00 committed by GitHub
commit 7914c1284c
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.8";
version = "4.0.9";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = "lxcfs-${version}";
sha256 = "sha256-8Tack2gM3AU3coGXs5hEbAaBCo5ss1sGUFFEjZDn5Lg=";
sha256 = "0zx58lair8hwi4bxm5h7i8n1j5fcdgw5cr6f4wk9qhks0sr5dip5";
};
nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];