|
18 | 18 | glslang = fetchFromGitHub { |
19 | 19 | owner = "KhronosGroup"; |
20 | 20 | repo = "glslang"; |
21 | | - rev = "e8dd0b6903b34f1879520b444634c75ea2deedf5"; |
22 | | - hash = "sha256-B6jVCeoFjd2H6+7tIses+Kj8DgHS6E2dkVzQAIzDHEc="; |
| 21 | + rev = "340bf88f3fdb4f4a25b7071cd2c1205035fc6eaa"; |
| 22 | + hash = "sha256-3h27yE6k4BgUAugQCkpUYO5aIHpK6Anyh90y3q+aYpM="; |
23 | 23 | }; |
24 | 24 |
|
25 | 25 | lodepng = fetchFromGitHub { |
|
32 | 32 | shaderc = fetchFromGitHub { |
33 | 33 | owner = "google"; |
34 | 34 | repo = "shaderc"; |
35 | | - rev = "f59f0d11b80fd622383199c867137ededf89d43b"; |
36 | | - hash = "sha256-kHz8Io5GZDWv1FjPyBWRpnKhGygKhSU4L9zl/AKXZlU="; |
| 35 | + rev = "690d259384193c90c01b52288e280b05a8481121"; |
| 36 | + hash = "sha256-p4tP/8lRy0tpdDHIuh2/tWPIBBr2ludFRSr+Q2TbUic="; |
37 | 37 | }; |
38 | 38 |
|
39 | 39 | spirv-headers = fetchFromGitHub { |
40 | 40 | owner = "KhronosGroup"; |
41 | 41 | repo = "SPIRV-Headers"; |
42 | | - rev = "5e3ad389ee56fca27c9705d093ae5387ce404df4"; |
43 | | - hash = "sha256-gjF5mVTXqU/GZzr2S6oKGChgvqqHcQSrEq/ePP2yJys="; |
| 42 | + rev = "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b"; |
| 43 | + hash = "sha256-MCQ+i9ymjnxRZP/Agk7rOGdHcB4p67jT4J4athWUlcI="; |
44 | 44 | }; |
45 | 45 |
|
46 | 46 | spirv-tools = fetchFromGitHub { |
47 | 47 | owner = "KhronosGroup"; |
48 | 48 | repo = "SPIRV-Tools"; |
49 | | - rev = "9241a58a8028c49510bc174b6c970e3c2b4b8e51"; |
50 | | - hash = "sha256-0qHUpwNDJI2jV4h68QaTNPIwTPxwTt0iAUnMXqFCiJE="; |
| 49 | + rev = "13b59bf1d84054b8ccd29cdc6b1303f69e8f9e77"; |
| 50 | + hash = "sha256-k/mTHiLbZdnslC24fjcrzqsZYMyVaAADGEqngqJcC2c="; |
51 | 51 | }; |
52 | 52 |
|
53 | 53 | in |
54 | 54 | stdenv.mkDerivation (finalAttrs: { |
55 | 55 | pname = "amber"; |
56 | | - version = "unstable-2024-08-21"; |
| 56 | + version = "unstable-2025-02-03"; |
57 | 57 |
|
58 | 58 | src = fetchFromGitHub { |
59 | 59 | owner = "google"; |
60 | 60 | repo = "amber"; |
61 | | - rev = "66399a35927606a435bf7a59756e87e6cb5a0013"; |
62 | | - hash = "sha256-PCO64zI/vzp4HyGz5WpeYpCBeaWjTvz1punWsTz1yiM="; |
| 61 | + rev = "3f078e41d86ca1a5881560f00e26198f59bb8ac0"; |
| 62 | + hash = "sha256-pAotVFmtEGp9GKmDD0vrbfbO+Xt2URmM8gYCjl0LEnk="; |
63 | 63 | }; |
64 | 64 |
|
65 | 65 | buildInputs = [ |
|
0 commit comments