libcgroup: 2.0.2 -> 3.0

This commit is contained in:
R. Ryantm 2022-08-28 19:41:27 +00:00
parent cef50cde2b
commit 4aa1f67d0e

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 ];