3
0
Fork 0
forked from mirrors/nixpkgs

oprofile: update from 0.9.8 to 0.9.9

This commit is contained in:
Nixpkgs Monitor 2013-12-14 17:28:33 +02:00 committed by Evgeny Egorochkin
parent 34593a22b3
commit 672999a3d4

View file

@ -6,11 +6,11 @@
assert withGUI -> qt4 != null;
stdenv.mkDerivation rec {
name = "oprofile-0.9.8";
name = "oprofile-0.9.9";
src = fetchurl {
url = "mirror://sourceforge/oprofile/${name}.tar.gz";
sha256 = "1g31lwgpacql6w5z1z2f31pgwzn14rgsbh7kmmdmsgm2l47r0idb";
sha256 = "15vm24jhw4xfd55pfw1rlpzfsh4bl1vyjsajs78bi9xbv8038lhy";
};
patchPhase = ''