libcgroup: 0.42.2 -> 2.0.2 (#185260)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Gasper Vozel 2022-08-21 04:57:13 +02:00 committed by GitHub
parent bc04edf2b5
commit d52e5c72d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,14 @@
stdenv.mkDerivation rec {
pname = "libcgroup";
version = "0.42.2";
version = "2.0.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1h8s70lm6g7r0wj7j3xgj2g3j9fifvsy2pna6w0j3i5hh42qfms4";
fetchSubmodules = true;
hash = "sha256-o9eXbsgtGhODEbpbEn30RbYfYpXo6xkU5ptU1och5tU=";
};
buildInputs = [ pam bison flex ];
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library and tools to manage Linux cgroups";
homepage = "http://libcg.sourceforge.net/";
homepage = "https://github.com/libcgroup/libcgroup";
license = lib.licenses.lgpl2;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.thoughtpolice ];