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-12-15 04:07:46 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-16 19:11:30 +0000
commitf6bcf08516333231d98b8932b1807e3e2a61e6ce (patch)
tree77aaf0d3e73372a45b76a10a778178d1ed19314d /pkgs/os-specific/linux/lxcfs
parent510ebe035823aa6279eae29902fc411d7ac7976c (diff)
downloadnixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.tar
nixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.tar.gz
nixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.tar.bz2
nixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.tar.lz
nixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.tar.xz
nixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.tar.zst
nixpkgs-f6bcf08516333231d98b8932b1807e3e2a61e6ce.zip
lxcfs: 3.0.2 -> 3.0.3
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
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 5760db290a9..a32f99600cd 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.2";
+  name = "lxcfs-3.0.3";
 
   src = fetchFromGitHub {
     owner = "lxc";
     repo = "lxcfs";
     rev = name;
-    sha256 = "0llfvml9ww8gxa4g2a7b1gnxf9g5473pq1inrhvi4xkjx76x602k";
+    sha256 = "0imn031qpi1qfr1qw0ggpgcg8y6v0ykdr3m7f2czkiz3l7qqx2in";
   };
 
   nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];