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

tracy: 0.7.6 -> 0.7.7
This commit is contained in:
Robert Scott 2021-04-05 16:17:52 +01:00 committed by GitHub
commit 3dc4351159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tracy";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "wolfpld";
repo = "tracy";
rev = "v${version}";
sha256 = "sha256-Fk/Kuc7DwmdoyLx/YjdEHQ7S0M+ksAXl9QqeSPH2vJ8=";
sha256 = "sha256-jp+Geqk39ZPoe2KzUJJ0w5hvCnyUlHGwVKn73lJJt94=";
};
nativeBuildInputs = [ pkg-config ];