Merge pull request #198175 from r-ryantm/auto-update/tracy

tracy: 0.8.2.1 -> 0.9
This commit is contained in:
Ryan Mulligan
2022-12-11 20:33:11 -08:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@ let
disableLTO = stdenv.cc.isClang && stdenv.isDarwin; # workaround issue #19098
in stdenv.mkDerivation rec {
pname = "tracy";
version = "0.8.2.1";
version = "0.9";
src = fetchFromGitHub {
owner = "wolfpld";
repo = "tracy";
rev = "v${version}";
sha256 = "sha256-SVzNy0JP/JrUYgelypBn8SPO+Ksm1rq2yGnxk1hCLkQ=";
sha256 = "sha256-cdVkY1dSag37JdbsoJp2/0QHO5G+zsftqwBVqRpMiew=";
};
nativeBuildInputs = [ pkg-config ];