linuxPackages.lttng-modules: 2.13.8 -> 2.13.10

Diff: https://github.com/lttng/lttng-modules/compare/v2.13.8...v2.13.10
This commit is contained in:
Nick Cao 2023-07-21 14:17:44 +08:00
parent af39a65adb
commit a64809bb5f
No known key found for this signature in database

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lttng-modules-${kernel.version}";
version = "2.13.8";
version = "2.13.10";
src = fetchFromGitHub {
owner = "lttng";
repo = "lttng-modules";
rev = "v${version}";
hash = "sha256-6ohWsGUGFz7QlHkKWyW5edpSsBTE9DFS3v6EsH9wNZo=";
hash = "sha256-R5qwB1ayw0KueMBSSxm0TwINt78N6w356kY7WGBX0zM=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;