Merge pull request #136193 from Flakebi/spirv-cross

conduit-nginx
Sandro 2021-10-21 21:22:26 +02:00 committed by GitHub
commit 773e0f3850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spirv-cross";
version = "2021-01-15";
version = "MoltenVK-1.1.5";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Cross";
rev = version;
sha256 = "/9/Owt7XcdOjujWZnaG1Q7FlywvsRo8/l8/CouS48Vk=";
sha256 = "/t6hAlGY3+bddWg5ERFbqeU4/MAjq+/AEVv1Jy2C0HA=";
};
nativeBuildInputs = [ cmake python3 ];