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