Merge pull request #40894 from dtzWill/update/heaptrack-1.1

heaptrack: 2018-01-28 -> 1.1.0
This commit is contained in:
Will Dietz 2018-05-21 16:34:09 -05:00 committed by GitHub
commit 527405a2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];