oprofile: 1.3.0 -> 1.4.0

This commit is contained in:
R. RyanTM 2020-07-25 19:54:53 +00:00 committed by Jon
parent 31a9392d73
commit a993bd8eb7

View file

@ -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 = ''