2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-12 14:32:22 +00:00

Merge pull request from jansol/renderdoc

renderdoc: 1.17 -> 1.18
This commit is contained in:
Renaud 2022-02-19 15:18:58 +01:00 committed by GitHub
commit 2e799a7bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@ let
in
mkDerivation rec {
pname = "renderdoc";
version = "1.17";
version = "1.18";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${version}";
sha256 = "sha256-Zr7Av49mK48B4N+Ca2vPIgKuVNP4YLVEs4EQepukSs8=";
sha256 = "sha256-nwERwdNQYY1Fd7llwZHrJBzWDJNdsySRQ3ZvXZjB7YY=";
};
buildInputs = [