Skip to content

Commit a52a8d7

Browse files
authored
google-amber: unstable-2024-08-21 -> unstable-2025-02-03 (#381140)
1 parent 83f0f09 commit a52a8d7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pkgs/by-name/go/google-amber/package.nix

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let
1818
glslang = fetchFromGitHub {
1919
owner = "KhronosGroup";
2020
repo = "glslang";
21-
rev = "e8dd0b6903b34f1879520b444634c75ea2deedf5";
22-
hash = "sha256-B6jVCeoFjd2H6+7tIses+Kj8DgHS6E2dkVzQAIzDHEc=";
21+
rev = "340bf88f3fdb4f4a25b7071cd2c1205035fc6eaa";
22+
hash = "sha256-3h27yE6k4BgUAugQCkpUYO5aIHpK6Anyh90y3q+aYpM=";
2323
};
2424

2525
lodepng = fetchFromGitHub {
@@ -32,34 +32,34 @@ let
3232
shaderc = fetchFromGitHub {
3333
owner = "google";
3434
repo = "shaderc";
35-
rev = "f59f0d11b80fd622383199c867137ededf89d43b";
36-
hash = "sha256-kHz8Io5GZDWv1FjPyBWRpnKhGygKhSU4L9zl/AKXZlU=";
35+
rev = "690d259384193c90c01b52288e280b05a8481121";
36+
hash = "sha256-p4tP/8lRy0tpdDHIuh2/tWPIBBr2ludFRSr+Q2TbUic=";
3737
};
3838

3939
spirv-headers = fetchFromGitHub {
4040
owner = "KhronosGroup";
4141
repo = "SPIRV-Headers";
42-
rev = "5e3ad389ee56fca27c9705d093ae5387ce404df4";
43-
hash = "sha256-gjF5mVTXqU/GZzr2S6oKGChgvqqHcQSrEq/ePP2yJys=";
42+
rev = "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b";
43+
hash = "sha256-MCQ+i9ymjnxRZP/Agk7rOGdHcB4p67jT4J4athWUlcI=";
4444
};
4545

4646
spirv-tools = fetchFromGitHub {
4747
owner = "KhronosGroup";
4848
repo = "SPIRV-Tools";
49-
rev = "9241a58a8028c49510bc174b6c970e3c2b4b8e51";
50-
hash = "sha256-0qHUpwNDJI2jV4h68QaTNPIwTPxwTt0iAUnMXqFCiJE=";
49+
rev = "13b59bf1d84054b8ccd29cdc6b1303f69e8f9e77";
50+
hash = "sha256-k/mTHiLbZdnslC24fjcrzqsZYMyVaAADGEqngqJcC2c=";
5151
};
5252

5353
in
5454
stdenv.mkDerivation (finalAttrs: {
5555
pname = "amber";
56-
version = "unstable-2024-08-21";
56+
version = "unstable-2025-02-03";
5757

5858
src = fetchFromGitHub {
5959
owner = "google";
6060
repo = "amber";
61-
rev = "66399a35927606a435bf7a59756e87e6cb5a0013";
62-
hash = "sha256-PCO64zI/vzp4HyGz5WpeYpCBeaWjTvz1punWsTz1yiM=";
61+
rev = "3f078e41d86ca1a5881560f00e26198f59bb8ac0";
62+
hash = "sha256-pAotVFmtEGp9GKmDD0vrbfbO+Xt2URmM8gYCjl0LEnk=";
6363
};
6464

6565
buildInputs = [

0 commit comments

Comments
 (0)