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