We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cfe9ae + b21c692 commit b168f96Copy full SHA for b168f96
pkgs/development/compilers/llvm/default.nix
@@ -33,9 +33,9 @@ let
33
"19.1.7".officialRelease.sha256 = "sha256-cZAB5vZjeTsXt9QHbP5xluWNQnAHByHtHnAhVDV0E6I=";
34
"20.1.4".officialRelease.sha256 = "sha256-/WomqG2DdnUHwlVsMfpzaK/dhGV3zychfU0wLmihQac=";
35
"21.0.0-git".gitRelease = {
36
- rev = "ed95624e208e5bf7c3eeadfccee0fb6060a4ca98";
37
- rev-version = "21.0.0-unstable-2025-04-27";
38
- sha256 = "sha256-L7H/+V+rdhddNLPEbn9h4cRy+ioxUYxuMMhvORB5Q6s=";
+ rev = "b3e8b21c57cc5549767d21a2be43baeec431c6f7";
+ rev-version = "21.0.0-unstable-2025-05-04";
+ sha256 = "sha256-4fe6xaE5FEvHRFDcs9mNE08b54Cq3lzEezyI2hs2e/8=";
39
};
40
} // llvmVersions;
41
0 commit comments