lxcfs: 2017-03-02 -> 2.0.7

+4 -6
+4 -6
pkgs/os-specific/linux/lxcfs/default.nix
··· 2 2 3 3 with stdenv.lib; 4 4 stdenv.mkDerivation rec { 5 - # use unstable because it fixed some serious crashes, 6 - # stable should be reconsidered in future 7 - name = "lxcfs-unstable-2017-03-02"; 5 + name = "lxcfs-2.0.7"; 8 6 9 7 src = fetchFromGitHub { 10 8 owner = "lxc"; 11 9 repo = "lxcfs"; 12 - sha256 = "1say5bf6gknzs0aymvrg2xiypc311gcdcfdmvb2vnz058pmianq9"; 13 - rev = "4a6707e130b4b65a33606ebc18a95ec471f4bf40"; 10 + rev = name; 11 + sha256 = "1z6d52dc12rcplgc9jdgi3lbxm6ahlsjgs1k8v8kvn261xsq1m0a"; 14 12 }; 15 13 16 14 nativeBuildInputs = [ pkgconfig help2man autoreconfHook ]; ··· 34 32 description = "FUSE filesystem for LXC"; 35 33 license = licenses.asl20; 36 34 platforms = platforms.linux; 37 - maintainers = with maintainers; [ mic92 ]; 35 + maintainers = with maintainers; [ mic92 fpletz ]; 38 36 }; 39 37 }