Skip to content

Commit

Permalink
spirv-tools: 1.3.283.0 -> 1.3.290.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Aug 31, 2024
1 parent d4bd2a8 commit 4441399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/spirv-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "spirv-tools";
version = "1.3.283.0";
version = "1.3.290.0";

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Tools";
rev = "vulkan-sdk-${version}";
hash = "sha256-at3krE0torhjg7G+NkX0/ewc26Sg/1t2xW7wghAAuZo=";
hash = "sha256-5swjNHeJpsCDkUVBL1uFqAzOPFzCESsYtDfRkno2bN4=";
};

# The cmake options are sufficient for turning on static building, but not
Expand Down

0 comments on commit 4441399

Please sign in to comment.