Merge pull request #240385 from r-ryantm/auto-update/gfxreconstruct

gfxreconstruct: 0.9.18 -> 1.0.0
This commit is contained in:
Weijia Wang 2023-06-29 17:24:30 +03:00 committed by GitHub
commit 78597395ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/LunarG/gfxreconstruct/";
license = licenses.mit;
maintainers = with maintainers; [ Flakebi ];
platforms = platforms.linux;
};
}