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 8b36939 + 72afce5 commit 050f47bCopy full SHA for 050f47b
shell.nix
@@ -35,7 +35,11 @@ let
35
sha256 = "sha256-+VeWLBI6md399Oaumt4pJrOkm0Nz7fmpXN2TjglUE34=";
36
};
37
38
- cargoHash = "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4=";
+ cargoHash =
39
+ if lib.versionAtLeast lib.version "25.05pre" then
40
+ "sha256-C1hg2/y557jRLkSBvFLxYKH+t8xEJudDvU72kO9sPug="
41
+ else
42
+ "sha256-UHAwk1fBcabRqy7VMhz4aoQuIur+MQshDOhC7KFyGm4=";
43
44
45
# The formatting scripts require a specific version of uncrustify:
0 commit comments