renderdoc: 1.44 -> 1.45

This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 18:03:38 +02:00
parent 8f546ea643
commit f5e305c6b2
+2 -2
View File
@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "renderdoc";
version = "1.44";
version = "1.45";
src = fetchFromGitHub {
owner = "baldurk";
repo = "renderdoc";
rev = "v${finalAttrs.version}";
hash = "sha256-EInMFJMs+0bNSWmNP/f17pFCV9tJj6Ys3tZY6D69c/E=";
hash = "sha256-0XwKOLzkFN5u2ItRKPxNVC3hP3X6RVZyEL82LvYS0EA=";
};
outputs = [