summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-24 19:52:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-24 19:52:44 +0000
commit73f2fb2441f59b516e9a444fe931e45d4ee8f82b (patch)
treeacb65817757378cbb2038c469153cbbb7c41fb43
parent6fcaded221057f6bc60600bb84ff5578df902c47 (diff)
downloadnixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.tar
nixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.tar.gz
nixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.tar.bz2
nixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.tar.lz
nixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.tar.xz
nixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.tar.zst
nixpkgs-73f2fb2441f59b516e9a444fe931e45d4ee8f82b.zip
renderdoc: 1.21 -> 1.22
-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 aa452f8de2c..3068ecd4c5c 100644
--- a/pkgs/applications/graphics/renderdoc/default.nix
+++ b/pkgs/applications/graphics/renderdoc/default.nix
@@ -32,13 +32,13 @@ let
 in
 mkDerivation rec {
   pname = "renderdoc";
-  version = "1.21";
+  version = "1.22";
 
   src = fetchFromGitHub {
     owner = "baldurk";
     repo = "renderdoc";
     rev = "v${version}";
-    sha256 = "sha256-T6OAr6Pl4VmXVSlNHF6kh8jIKs3FSTZsZ+Y4IH3SPTE=";
+    sha256 = "sha256-eqMIOb9XAgXtoCJABvZkkS/rhHK7jNqabIFwdCgcSJU=";
   };
 
   buildInputs = [