summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxcfs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 00:31:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 00:31:21 -0700
commitfea9bd7717b39eb957857606cab7c8fa221a8f9c (patch)
treed8b8ed08874483e847715c9523138daece89e1ba /pkgs/os-specific/linux/lxcfs
parent8414fa2d6bb1249ed77565ff6b9f312fd52917da (diff)
downloadnixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.tar
nixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.tar.gz
nixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.tar.bz2
nixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.tar.lz
nixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.tar.xz
nixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.tar.zst
nixpkgs-fea9bd7717b39eb957857606cab7c8fa221a8f9c.zip
lxcfs: 3.0.0 -> 3.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/cl7h5cnf1g85ig7sd82iar0cgj1ms4f1-lxcfs-3.0.1/bin/lxcfs passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 3.0.1 with grep in /nix/store/cl7h5cnf1g85ig7sd82iar0cgj1ms4f1-lxcfs-3.0.1
- directory tree listing: https://gist.github.com/76388e1795e7273b4e3035a87a0d4749
- du listing: https://gist.github.com/8217b030a3bd3d182b6edc6439ae67e0
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 6f7dd2f56ff..2bdec70b6f9 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-3.0.0";
+  name = "lxcfs-3.0.1";
 
   src = fetchFromGitHub {
     owner = "lxc";
     repo = "lxcfs";
     rev = name;
-    sha256 = "0fsy2h7b5dkzvfm6m8vqzhnji42cszdn0b3ndnaxiwv3402ccmvk";
+    sha256 = "0rwk1nbcjnp2d2zbyng8ix9dmww211aiqq8870r9p4j11xv9mgx4";
   };
 
   nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];