renderdoc: 1.9 -> 1.10

gstqt5
Jan Solanti 2020-10-01 17:49:13 +03:00
parent 730751e731
commit 360aded63d
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@ let
pythonPackages = python3Packages;
in
mkDerivation rec {
version = "1.9";
version = "1.10";
pname = "renderdoc";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${version}";
sha256 = "18nparkd435hdbm924jfdvmym7f3xd2fcy96jr4lrkl5rhj2sf85";
sha256 = "1ibf2lv3q69fkzv1nsva2mbdjlayrpxicrd96d9nfcw64f2mv6ds";
};
buildInputs = [