about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-06 12:04:52 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-06 12:04:52 +0200
commitf7be21f4c98ba84e1b3eb7c77ecaed2fb82cce44 (patch)
tree5a7f8e0f97ec403b9aceb9276c8fb9e53bae9df5 /pkgs/applications/graphics
parent85afc926d8dfcbc079322594e803078d72a31f9f (diff)
parent6820e2f0dd16104961d6fc7e8e38846807159c4e (diff)
Merge branch 'master' into add-missing-licenses
 Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
Diffstat (limited to 'pkgs/applications/graphics')
-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 9a21d457a83f1..99e250e9e4d7d 100644
--- a/pkgs/applications/graphics/renderdoc/default.nix
+++ b/pkgs/applications/graphics/renderdoc/default.nix
@@ -12,14 +12,14 @@ let
   };
 in
 stdenv.mkDerivation rec {
-  version = "1.0";
+  version = "1.1";
   name = "renderdoc-${version}";
 
   src = fetchFromGitHub {
     owner = "baldurk";
     repo = "renderdoc";
     rev = "v${version}";
-    sha256 = "0l7pjxfrly4llryjnwk42dzx65n78wc98h56qm4yh04ja8fdbx2y";
+    sha256 = "0kb9m1dm0mnglqyh1srvl0f1bgjghxzbqarn0xfqw49wphqwhmcd";
   };
 
   buildInputs = [