3
0
Fork 0
forked from mirrors/nixpkgs

lxcfs: 4.0.11 -> 4.0.12

This commit is contained in:
R. Ryantm 2022-02-12 12:45:03 +00:00
parent 19730cdb79
commit 5cdbb09ab9

View file

@ -5,13 +5,13 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lxcfs"; pname = "lxcfs";
version = "4.0.11"; version = "4.0.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxc"; owner = "lxc";
repo = "lxcfs"; repo = "lxcfs";
rev = "lxcfs-${version}"; rev = "lxcfs-${version}";
sha256 = "sha256-jWOmGV85uTYjBFQZKR3+TgPWZix2vuN8TLA/dhL8jwk="; sha256 = "sha256-+wp29GD+toXGfQbPGYbDJ7/P+FY1uQY4uK3OQxTE9GM=";
}; };
nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ]; nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];