Merge pull request #260172 from r-ryantm/auto-update/heaptrack

heaptrack: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2023-10-17 23:47:46 +02:00 committed by GitHub
commit 0b98b7e037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "heaptrack";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "KDE";
repo = "heaptrack";
rev = "v${version}";
sha256 = "sha256-AzHQnPYhmCHGco7JoKal57PC6NKUoMTeflHtFsBxQpA=";
sha256 = "sha256-pP+s60ERnmOctYTe/vezCg0VYzziApNY0QaF3aTccZU=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];