apitrace 7.0 -> 7.1
This commit is contained in:
parent
341c250013
commit
2742025f29
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, libX11, procps, python, qt5 }:
|
{ stdenv, fetchFromGitHub, cmake, libX11, procps, python, qt5 }:
|
||||||
|
|
||||||
let version = "7.0"; in
|
let version = "7.1"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "apitrace-${version}";
|
name = "apitrace-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "0nn3z7i6cd4zkmms6jpp1v2q194gclbs06v0f5hyiwcsqaxzsg5b";
|
sha256 = "1n2gmsjnpyam7isg7n1ksggyh6y1l8drvx0a93bnvbcskr7jiz9a";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "apitrace";
|
repo = "apitrace";
|
||||||
owner = "apitrace";
|
owner = "apitrace";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user