summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxcfs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-01 22:46:06 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-01 22:46:06 +0000
commit7326c917e4152df8e7c95e3045c663ede73a87b4 (patch)
tree7b85b576a5fafcf0bfa1ac50794a9a13cace9a5b /pkgs/os-specific/linux/lxcfs
parent7d8237894955d9a4538d1c04fb5b6318906c28c6 (diff)
downloadnixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.tar
nixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.tar.gz
nixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.tar.bz2
nixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.tar.lz
nixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.tar.xz
nixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.tar.zst
nixpkgs-7326c917e4152df8e7c95e3045c663ede73a87b4.zip
lxcfs: 4.0.7 -> 4.0.8
Diffstat (limited to 'pkgs/os-specific/linux/lxcfs')
-rw-r--r--pkgs/os-specific/linux/lxcfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/lxcfs/default.nix b/pkgs/os-specific/linux/lxcfs/default.nix
index bcc86b72de0..440e81266c8 100644
--- a/pkgs/os-specific/linux/lxcfs/default.nix
+++ b/pkgs/os-specific/linux/lxcfs/default.nix
@@ -5,13 +5,13 @@
 with lib;
 stdenv.mkDerivation rec {
   pname = "lxcfs";
-  version = "4.0.7";
+  version = "4.0.8";
 
   src = fetchFromGitHub {
     owner = "lxc";
     repo = "lxcfs";
     rev = "lxcfs-${version}";
-    sha256 = "sha256-gC1Q+kG/oKfYvuHVKstpRWfL/thsemULrimPrV/eeaI=";
+    sha256 = "sha256-8Tack2gM3AU3coGXs5hEbAaBCo5ss1sGUFFEjZDn5Lg=";
   };
 
   nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];