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

lxcfs: 4.0.9 -> 4.0.11
This commit is contained in:
Mario Rodas 2021-12-10 06:40:36 -05:00 committed by GitHub
commit d83cd99072
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.9";
version = "4.0.11";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = "lxcfs-${version}";
sha256 = "0zx58lair8hwi4bxm5h7i8n1j5fcdgw5cr6f4wk9qhks0sr5dip5";
sha256 = "sha256-jWOmGV85uTYjBFQZKR3+TgPWZix2vuN8TLA/dhL8jwk=";
};
nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];