3
0
Fork 0
forked from mirrors/nixpkgs

heaptrack: 2018-01-28 -> 1.1.0

use new stable release!
This commit is contained in:
Will Dietz 2018-05-21 15:36:25 -05:00
parent 2a5b2550f3
commit 5f9b259710

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "heaptrack-${version}";
version = "2018-01-28";
version = "1.1.0";
src = fetchFromGitHub {
owner = "KDE";
repo = "heaptrack";
rev = "a4534d52788ab9814efca1232d402b2eb319342c";
sha256 = "00xfv51kavvcmwgfmcixx0k5vhd06gkj5q0mm8rwxiw6215xp41a";
rev = "v${version}";
sha256 = "0vgwldl5n41r4y3pv8w29gmyln0k2w6m59zrfw9psm4hkxvivzlx";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];