aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/renderdoc
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2020-10-01 17:49:13 +0300
committerJan Solanti <jhs@psonet.com>2020-10-01 17:49:13 +0300
commit360aded63d163738dccd4ac9e0ef144e0cdb38e7 (patch)
tree7a760b464769cfc25cc37d7be166cfd4d54c2af2 /pkgs/applications/graphics/renderdoc
parent730751e73136c372b8e64617a6e49dc9752640a0 (diff)
renderdoc: 1.9 -> 1.10
Diffstat (limited to 'pkgs/applications/graphics/renderdoc')
-rw-r--r--pkgs/applications/graphics/renderdoc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/renderdoc/default.nix b/pkgs/applications/graphics/renderdoc/default.nix
index 5f39116e85fb..11b497176939 100644
--- a/pkgs/applications/graphics/renderdoc/default.nix
+++ b/pkgs/applications/graphics/renderdoc/default.nix
@@ -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 = [