Skip to content

Commit dc0ae5e

Browse files
stylua: 2.4.0 -> 2.4.1 (#508099)
2 parents 66733f2 + 079fad6 commit dc0ae5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/stylua/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
rustPlatform.buildRustPackage (finalAttrs: {
1616
pname = "stylua";
17-
version = "2.4.0";
17+
version = "2.4.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "johnnymorganz";
2121
repo = "stylua";
2222
rev = "v${finalAttrs.version}";
23-
sha256 = "sha256-MQUhVuwYaRpbx4iGRaQ8D1YXW7tsviEPiI2XaEjsvBg=";
23+
sha256 = "sha256-g8lMn/ylcHQL/RhOm3utX53c4/XtCtgw8WIzqLb2vZk=";
2424
};
2525

26-
cargoHash = "sha256-H/mxenzzyb+P1mrXNA5vRxmvNTtimWE6WYJeUB1Y8dQ=";
26+
cargoHash = "sha256-IF+MQ4XnBTjYRtGDOIgx8wMfRp+UkIGsNfPiiDIzf3U=";
2727

2828
# remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
2929
postPatch = ''

0 commit comments

Comments
 (0)