tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stylua: 2.2.0 -> 2.3.0
R. Ryantm
4 months ago
014fd8f0
8e2f87ab
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
st
stylua
package.nix
+3
-3
pkgs/by-name/st/stylua/package.nix
···
12
13
rustPlatform.buildRustPackage rec {
14
pname = "stylua";
15
-
version = "2.2.0";
16
17
src = fetchFromGitHub {
18
owner = "johnnymorganz";
19
repo = "stylua";
20
rev = "v${version}";
21
-
sha256 = "sha256-PBe3X4YUFUV2xQdYYOdPNgJCnCOzrzogP/2sECef4ck=";
22
};
23
24
-
cargoHash = "sha256-C9g6kA+xc0nixiPAijc5MIF9xHbbeXBHtmdM4QRdf/Q=";
25
26
# remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
27
postPatch = ''
···
12
13
rustPlatform.buildRustPackage rec {
14
pname = "stylua";
15
+
version = "2.3.0";
16
17
src = fetchFromGitHub {
18
owner = "johnnymorganz";
19
repo = "stylua";
20
rev = "v${version}";
21
+
sha256 = "sha256-iyZ30Gc32TQsQyMLwArfIRtM0NkbXkqmca46nI0526M=";
22
};
23
24
+
cargoHash = "sha256-H50/e/XyFvXHhwrKUbKZFZwSHfwAkAtddEvFiOr5220=";
25
26
# remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
27
postPatch = ''