summary refs log tree commit diff
path: root/pkgs/development/tools/profiling
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-25 19:54:53 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-31 00:45:10 -0700
commita993bd8eb78abeb713bd6ec3927c648cb3aab6fb (patch)
treec970a4f82f18c6be62fbfa14c75044403f930fc1 /pkgs/development/tools/profiling
parent31a9392d73ab8af89b62ffc67da87af21db1a6f5 (diff)
downloadnixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.tar
nixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.tar.gz
nixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.tar.bz2
nixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.tar.lz
nixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.tar.xz
nixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.tar.zst
nixpkgs-a993bd8eb78abeb713bd6ec3927c648cb3aab6fb.zip
oprofile: 1.3.0 -> 1.4.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 6e6cb9fc4cf..ca346cd1f14 100644
--- a/pkgs/development/tools/profiling/oprofile/default.nix
+++ b/pkgs/development/tools/profiling/oprofile/default.nix
@@ -8,11 +8,11 @@
 assert withGUI -> qt4 != null;
 
 stdenv.mkDerivation rec {
-  name = "oprofile-1.3.0";
+  name = "oprofile-1.4.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/oprofile/${name}.tar.gz";
-    sha256 = "1rj76vvkhpfn9k04s7jhb813ximfcwd9h5gh18pr4fgcw6yxiplm";
+    sha256 = "04m46ni0ryk4sqmzd6mahwzp7iwhwqzfbmfi42fki261sycnz83v";
   };
 
   postPatch = ''