summary refs log tree commit diff
path: root/pkgs/development/tools/profiling
diff options
context:
space:
mode:
authorTimofei Kushnir <timophey@ecotelecom.ru>2015-10-13 13:26:32 +0300
committerTimofei Kushnir <timophey@ecotelecom.ru>2015-10-13 13:27:50 +0300
commit43c906ea0bd892f1e7dcf109d87a7eec94f2aace (patch)
tree2f4b4ec011057a3f660d51c2dd708c77cddd9ce2 /pkgs/development/tools/profiling
parent92dec336709f1b71e96f37c6367af664a9f1e2f0 (diff)
downloadnixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.tar
nixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.tar.gz
nixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.tar.bz2
nixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.tar.lz
nixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.tar.xz
nixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.tar.zst
nixlib-43c906ea0bd892f1e7dcf109d87a7eec94f2aace.zip
oprofile: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/development/tools/profiling')
-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 542ff000423a..01e8152ea96c 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.0.0";
+  name = "oprofile-1.1.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/oprofile/${name}.tar.gz";
-    sha256 = "0nn4wfvwy4nii25y6lwlrnzx9ah4nz0r93yk7hswiy6wxjs10wc4";
+    sha256 = "0v1nn38h227bgxjwqf22rjp2iqgjm4ls3gckzifks0x6w5nrlxfg";
   };
 
   buildInputs = [ binutils zlib popt pkgconfig linuxHeaders ]