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

tracy: 0.8.1 -> 0.8.2.1
This commit is contained in:
Sebastián Mancilla 2022-08-17 10:46:22 -04:00 committed by GitHub
commit 88fae9c2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.1";
version = "0.8.2.1";
src = fetchFromGitHub {
owner = "wolfpld";
repo = "tracy";
rev = "v${version}";
sha256 = "sha256-4z3tos/sQUCL5UAcvqHzIzwoxo1fCGldNpmKsCXKJDs=";
sha256 = "sha256-SVzNy0JP/JrUYgelypBn8SPO+Ksm1rq2yGnxk1hCLkQ=";
};
nativeBuildInputs = [ pkg-config ];