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 66733f2 + 079fad6 commit dc0ae5eCopy full SHA for dc0ae5e
pkgs/by-name/st/stylua/package.nix
@@ -14,16 +14,16 @@
14
15
rustPlatform.buildRustPackage (finalAttrs: {
16
pname = "stylua";
17
- version = "2.4.0";
+ version = "2.4.1";
18
19
src = fetchFromGitHub {
20
owner = "johnnymorganz";
21
repo = "stylua";
22
rev = "v${finalAttrs.version}";
23
- sha256 = "sha256-MQUhVuwYaRpbx4iGRaQ8D1YXW7tsviEPiI2XaEjsvBg=";
+ sha256 = "sha256-g8lMn/ylcHQL/RhOm3utX53c4/XtCtgw8WIzqLb2vZk=";
24
};
25
26
- cargoHash = "sha256-H/mxenzzyb+P1mrXNA5vRxmvNTtimWE6WYJeUB1Y8dQ=";
+ cargoHash = "sha256-IF+MQ4XnBTjYRtGDOIgx8wMfRp+UkIGsNfPiiDIzf3U=";
27
28
# remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
29
postPatch = ''
0 commit comments