mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
google-amber: unstable-2024-08-21 -> unstable-2025-02-03 (#381140)
This commit is contained in:
parent
83f0f09ed5
commit
a52a8d77d5
1 changed files with 11 additions and 11 deletions
|
@ -18,8 +18,8 @@ let
|
|||
glslang = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "glslang";
|
||||
rev = "e8dd0b6903b34f1879520b444634c75ea2deedf5";
|
||||
hash = "sha256-B6jVCeoFjd2H6+7tIses+Kj8DgHS6E2dkVzQAIzDHEc=";
|
||||
rev = "340bf88f3fdb4f4a25b7071cd2c1205035fc6eaa";
|
||||
hash = "sha256-3h27yE6k4BgUAugQCkpUYO5aIHpK6Anyh90y3q+aYpM=";
|
||||
};
|
||||
|
||||
lodepng = fetchFromGitHub {
|
||||
|
@ -32,34 +32,34 @@ let
|
|||
shaderc = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "shaderc";
|
||||
rev = "f59f0d11b80fd622383199c867137ededf89d43b";
|
||||
hash = "sha256-kHz8Io5GZDWv1FjPyBWRpnKhGygKhSU4L9zl/AKXZlU=";
|
||||
rev = "690d259384193c90c01b52288e280b05a8481121";
|
||||
hash = "sha256-p4tP/8lRy0tpdDHIuh2/tWPIBBr2ludFRSr+Q2TbUic=";
|
||||
};
|
||||
|
||||
spirv-headers = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "SPIRV-Headers";
|
||||
rev = "5e3ad389ee56fca27c9705d093ae5387ce404df4";
|
||||
hash = "sha256-gjF5mVTXqU/GZzr2S6oKGChgvqqHcQSrEq/ePP2yJys=";
|
||||
rev = "3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b";
|
||||
hash = "sha256-MCQ+i9ymjnxRZP/Agk7rOGdHcB4p67jT4J4athWUlcI=";
|
||||
};
|
||||
|
||||
spirv-tools = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "SPIRV-Tools";
|
||||
rev = "9241a58a8028c49510bc174b6c970e3c2b4b8e51";
|
||||
hash = "sha256-0qHUpwNDJI2jV4h68QaTNPIwTPxwTt0iAUnMXqFCiJE=";
|
||||
rev = "13b59bf1d84054b8ccd29cdc6b1303f69e8f9e77";
|
||||
hash = "sha256-k/mTHiLbZdnslC24fjcrzqsZYMyVaAADGEqngqJcC2c=";
|
||||
};
|
||||
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "amber";
|
||||
version = "unstable-2024-08-21";
|
||||
version = "unstable-2025-02-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "amber";
|
||||
rev = "66399a35927606a435bf7a59756e87e6cb5a0013";
|
||||
hash = "sha256-PCO64zI/vzp4HyGz5WpeYpCBeaWjTvz1punWsTz1yiM=";
|
||||
rev = "3f078e41d86ca1a5881560f00e26198f59bb8ac0";
|
||||
hash = "sha256-pAotVFmtEGp9GKmDD0vrbfbO+Xt2URmM8gYCjl0LEnk=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue