Merge pull request #100250 from nagisa/tracy-up

tracy: 0.7.1 -> 0.7.3
This commit is contained in:
Mario Rodas 2020-10-11 12:02:25 -05:00 committed by GitHub
commit 579404eb16
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.1";
version = "0.7.3";
src = fetchFromGitHub {
owner = "wolfpld";
repo = "tracy";
rev = "v${version}";
sha256 = "13zg3ijzhh7qkhgqff2ca23nd4gj7ac8jr0bp9w1gjf2cpgqkm40";
sha256 = "06xznk7nslw9km7hia2pfb5filjqalgx6cah48skxnah148svq2y";
};
nativeBuildInputs = [ pkgconfig ];