oprofile: 1.0.0 -> 1.1.0
This commit is contained in:
parent
92dec33670
commit
43c906ea0b
@ -5,11 +5,11 @@
|
|||||||
assert withGUI -> qt4 != null;
|
assert withGUI -> qt4 != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "oprofile-1.0.0";
|
name = "oprofile-1.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/oprofile/${name}.tar.gz";
|
url = "mirror://sourceforge/oprofile/${name}.tar.gz";
|
||||||
sha256 = "0nn4wfvwy4nii25y6lwlrnzx9ah4nz0r93yk7hswiy6wxjs10wc4";
|
sha256 = "0v1nn38h227bgxjwqf22rjp2iqgjm4ls3gckzifks0x6w5nrlxfg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ binutils zlib popt pkgconfig linuxHeaders ]
|
buildInputs = [ binutils zlib popt pkgconfig linuxHeaders ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user