Commit 7b4b3ef3 authored by R. RyanTM's avatar R. RyanTM
Browse files

gfxreconstruct: 0.9.18 -> 1.0.0

parent d1e636cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "gfxreconstruct";
  version = "0.9.18";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "LunarG";
    repo = "gfxreconstruct";
    rev = "v${version}";
    hash = "sha256-9MDmeHid/faHeBjBfPgpRMjMMXZeHKP0VZZJtEQgBhs=";
    hash = "sha256-dOmkNKURYgphbDHOmzcWf9PsIKMkPyN7ve579BE7fR0=";
    fetchSubmodules = true;
  };