Merge pull request #184095 from r-ryantm/auto-update/tracy
tracy: 0.8.1 -> 0.8.2.1
This commit is contained in:
commit
88fae9c2dd
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@ let
|
||||||
disableLTO = stdenv.cc.isClang && stdenv.isDarwin; # workaround issue #19098
|
disableLTO = stdenv.cc.isClang && stdenv.isDarwin; # workaround issue #19098
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "tracy";
|
pname = "tracy";
|
||||||
version = "0.8.1";
|
version = "0.8.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wolfpld";
|
owner = "wolfpld";
|
||||||
repo = "tracy";
|
repo = "tracy";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-4z3tos/sQUCL5UAcvqHzIzwoxo1fCGldNpmKsCXKJDs=";
|
sha256 = "sha256-SVzNy0JP/JrUYgelypBn8SPO+Ksm1rq2yGnxk1hCLkQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue