Merge pull request #188697 from r-ryantm/auto-update/libcgroup

libcgroup: 2.0.2 -> 3.0
This commit is contained in:
Jonas Heinrich 2022-08-30 17:00:09 +02:00 committed by GitHub
commit aebbad2634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "libcgroup";
version = "2.0.2";
version = "3.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-o9eXbsgtGhODEbpbEn30RbYfYpXo6xkU5ptU1och5tU=";
hash = "sha256-x2yBqpr3LedtWmpZ4K1ipZxIualNJuDtC4FVGzzcQn8=";
};
buildInputs = [ pam bison flex ];