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 { stdenv.mkDerivation rec {
pname = "libcgroup"; pname = "libcgroup";
version = "2.0.2"; version = "3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-o9eXbsgtGhODEbpbEn30RbYfYpXo6xkU5ptU1och5tU="; hash = "sha256-x2yBqpr3LedtWmpZ4K1ipZxIualNJuDtC4FVGzzcQn8=";
}; };
buildInputs = [ pam bison flex ]; buildInputs = [ pam bison flex ];