about summary refs log tree commit diff
path: root/pkgs/development/tools/profiling/oprofile
diff options
context:
space:
mode:
authorMarkus Mueller <john.subscriber@markus.institute>2017-09-10 09:31:11 +0000
committerMarkus Mueller <john.subscriber@markus.institute>2017-09-10 09:31:11 +0000
commit79f13f19f076df4b3f8e1d31b42449ee2c481353 (patch)
treeedda423a05fab2cf7037ccccc11ca5e0d23bda50 /pkgs/development/tools/profiling/oprofile
parentd8e730d546837be9884e9947c0a354939f44fd4b (diff)
oprofile: 1.1.0 -> 1.2.0
Fixes build with newer gcc versions.
Diffstat (limited to 'pkgs/development/tools/profiling/oprofile')
-rw-r--r--pkgs/development/tools/profiling/oprofile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/profiling/oprofile/default.nix b/pkgs/development/tools/profiling/oprofile/default.nix
index 063b0375fc7d6..4c2a7b241b7f7 100644
--- a/pkgs/development/tools/profiling/oprofile/default.nix
+++ b/pkgs/development/tools/profiling/oprofile/default.nix
@@ -5,11 +5,11 @@
 assert withGUI -> qt4 != null;
 
 stdenv.mkDerivation rec {
-  name = "oprofile-1.1.0";
+  name = "oprofile-1.2.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/oprofile/${name}.tar.gz";
-    sha256 = "0v1nn38h227bgxjwqf22rjp2iqgjm4ls3gckzifks0x6w5nrlxfg";
+    sha256 = "0zd5ih6gmm1pkqavd9laa93iff7qv5jkbfjznhlyxl5p826gk5gb";
   };
 
   buildInputs = [ binutils zlib popt pkgconfig linuxHeaders libiberty_static ]