about summary refs log tree commit diff
path: root/pkgs/tools/graphics/gfxreconstruct
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-27 17:31:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-27 17:31:19 +0000
commitbdbfa94378e9066eb1a894f8e28808591455d3dc (patch)
treeaaa012ec8e13c958c4f231d1c6219933d73de191 /pkgs/tools/graphics/gfxreconstruct
parent2ca7c1c8a6a7d58deadf6f6202fbe6ffb06eb521 (diff)
gfxreconstruct: 1.0.0 -> 1.0.1
Diffstat (limited to 'pkgs/tools/graphics/gfxreconstruct')
-rw-r--r--pkgs/tools/graphics/gfxreconstruct/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/gfxreconstruct/default.nix b/pkgs/tools/graphics/gfxreconstruct/default.nix
index fe678ba06715e..633c1202fafca 100644
--- a/pkgs/tools/graphics/gfxreconstruct/default.nix
+++ b/pkgs/tools/graphics/gfxreconstruct/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gfxreconstruct";
-  version = "1.0.0";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "LunarG";
     repo = "gfxreconstruct";
     rev = "v${version}";
-    hash = "sha256-dOmkNKURYgphbDHOmzcWf9PsIKMkPyN7ve579BE7fR0=";
+    hash = "sha256-+h7r6uLRw08c1CHRHxGCdkPYqI10i2Q/Oep617rLhx0=";
     fetchSubmodules = true;
   };