summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxcfs/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-28 03:32:21 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-28 03:32:21 -0700
commit9522d06e851ac8bf79c611d5cb90fcf3eac678fa (patch)
tree2af35dbd3eb234873cbfb6dc87667ab15f24223d /pkgs/os-specific/linux/lxcfs/default.nix
parent675dc1bfbfd87c02c8588d78ffc903fb6987f6e4 (diff)
downloadnixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.tar
nixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.tar.gz
nixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.tar.bz2
nixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.tar.lz
nixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.tar.xz
nixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.tar.zst
nixpkgs-9522d06e851ac8bf79c611d5cb90fcf3eac678fa.zip
lxcfs: 2.0.8 -> 3.0.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/lxcfs/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/8zp1vyhabqmk756rycka64phbc77q0pf-lxcfs-3.0.0/bin/lxcfs --version` and found version 3.0.0
- found 3.0.0 with grep in /nix/store/8zp1vyhabqmk756rycka64phbc77q0pf-lxcfs-3.0.0
- directory tree listing: https://gist.github.com/a1cba7cee628c2f7061269bc3f706957
Diffstat (limited to 'pkgs/os-specific/linux/lxcfs/default.nix')
-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 4f62b7eb128..8c381877fdc 100644
--- a/pkgs/os-specific/linux/lxcfs/default.nix
+++ b/pkgs/os-specific/linux/lxcfs/default.nix
@@ -3,13 +3,13 @@
 
 with stdenv.lib;
 stdenv.mkDerivation rec {
-  name = "lxcfs-2.0.8";
+  name = "lxcfs-3.0.0";
 
   src = fetchFromGitHub {
     owner = "lxc";
     repo = "lxcfs";
     rev = name;
-    sha256 = "04dzn6snqgw0znf7a7qdm64400jirip6q8amcx5fmz4705qdqahc";
+    sha256 = "0fsy2h7b5dkzvfm6m8vqzhnji42cszdn0b3ndnaxiwv3402ccmvk";
   };
 
   nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];