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.
1 parent 2a725d4 commit 06adae4Copy full SHA for 06adae4
pkgs/development/compilers/llvm/default.nix
@@ -33,9 +33,9 @@ let
33
"19.1.7".officialRelease.sha256 = "sha256-cZAB5vZjeTsXt9QHbP5xluWNQnAHByHtHnAhVDV0E6I=";
34
"20.1.0-rc3".officialRelease.sha256 = "sha256-mLSBoyq24FD+khynC6sC5IkDFqizgAn07lR9+ZRXlV0=";
35
"21.0.0-git".gitRelease = {
36
- rev = "58fc4b13cb5ff7e877c52c11f71328ed12e6a89c";
37
- rev-version = "21.0.0-unstable-2025-03-09";
38
- sha256 = "sha256-ioZubgLW+GpnA3DPe01YDxELnIJhXDGskCUAKZlDvUo=";
+ rev = "4fde8c341f9166e6ec6dff6e7704be175e382f5b";
+ rev-version = "21.0.0-unstable-2025-03-16";
+ sha256 = "sha256-LOQdDYbWvPfUxaR7G3UFQlGzmwaUxHuLDOXgixKB18g=";
39
};
40
} // llvmVersions;
41
0 commit comments