summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lttng-modules
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-09-15 13:28:48 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-09-17 09:44:04 +0200
commit9e395545e8094018a9157d429f20ca031ab86ddd (patch)
tree14de8f2d9599cbbe3e908b63cea2c8debdd03272 /pkgs/os-specific/linux/lttng-modules
parentf557aa49fb9d3d1e452def326b99598f0f6ef158 (diff)
downloadnixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.tar
nixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.tar.gz
nixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.tar.bz2
nixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.tar.lz
nixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.tar.xz
nixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.tar.zst
nixpkgs-9e395545e8094018a9157d429f20ca031ab86ddd.zip
linuxPackages.lttng-modules: 2.9.3 -> 2.10.0
Diffstat (limited to 'pkgs/os-specific/linux/lttng-modules')
-rw-r--r--pkgs/os-specific/linux/lttng-modules/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/lttng-modules/default.nix b/pkgs/os-specific/linux/lttng-modules/default.nix
index a2dafc0bf2d..a9aa76cd0c5 100644
--- a/pkgs/os-specific/linux/lttng-modules/default.nix
+++ b/pkgs/os-specific/linux/lttng-modules/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
   pname = "lttng-modules-${version}";
   name = "${pname}-${kernel.version}";
-  version = "2.9.3";
+  version = "2.10.0";
 
   src = fetchurl {
     url = "http://lttng.org/files/lttng-modules/lttng-modules-${version}.tar.bz2";
-    sha256 = "1zms8q199489ym0x1ri54napyi6pva80641x9x3qg9q23flbq4gr";
+    sha256 = "1gzi7j97zymzfj6b7mlih35djflwfgg93b63q9rbs5w1kclmsrgz";
   };
 
   hardeningDisable = [ "pic" ];