Skip to content

Commit ef7def5

Browse files
authored
renderdoc: 1.38 -> 1.39 (#420705)
2 parents 2369d96 + acea6b5 commit ef7def5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/renderdoc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ let
3333
in
3434
stdenv.mkDerivation (finalAttrs: {
3535
pname = "renderdoc";
36-
version = "1.38";
36+
version = "1.39";
3737

3838
src = fetchFromGitHub {
3939
owner = "baldurk";
4040
repo = "renderdoc";
4141
rev = "v${finalAttrs.version}";
42-
hash = "sha256-6DvBV2amPfQff3LleXaqfoKzWvoHUJ0dh/bg/WcGIeA=";
42+
hash = "sha256-UFaZtSA3oYOYKuV2loh5tX1rLnoKgRypaJe6H+j/uHU=";
4343
};
4444

4545
outputs = [

0 commit comments

Comments
 (0)