forked from mirrors/nixpkgs
apitrace: 7.1 -> git (#24829)
After upgrade `qapitrace` have working "Buffers" tab where the data can be inspected (it was always empty before). There is no tags after `7.1`, but I think that fixing pretty important piece of functionality warrants an upgrade to current `master` tip.
This commit is contained in:
parent
3425c37ac6
commit
4ae18e0463
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "apitrace-${version}";
|
name = "apitrace-${version}";
|
||||||
version = "7.1";
|
version = "7.1-363-ge3509be1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1n2gmsjnpyam7isg7n1ksggyh6y1l8drvx0a93bnvbcskr7jiz9a";
|
sha256 = "1xbz6gwl7kqjm7jjy5gxkdxzrg93vj1a3l19ara7rni6dii0q136";
|
||||||
rev = version;
|
rev = "e3509be175eda77749abffe051ed0d3eb5d14e72";
|
||||||
repo = "apitrace";
|
repo = "apitrace";
|
||||||
owner = "apitrace";
|
owner = "apitrace";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue