File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 rustPlatform ,
55 fetchFromGitHub ,
66} :
7-
87rustPlatform . buildRustPackage rec {
98 pname = "xplr" ;
10- version = "0.21.9 " ;
9+ version = "1.0.0 " ;
1110
1211 src = fetchFromGitHub {
1312 owner = "sayanarijit" ;
1413 repo = pname ;
1514 rev = "v${ version } " ;
16- hash = "sha256-0c2QJUEQwKEzzDBDP5XdX7xe1rivazsoZtepB4Dxp/c =" ;
15+ hash = "sha256-QeR7KXwRGfAU31ueI6v26pKnoQdj2C7bXlcMP4qKvZg =" ;
1716 } ;
1817
1918 useFetchCargoVendor = true ;
20- cargoHash = "sha256-D8BYJtf6joAXyqLDdAeP4GGAA9W5dvA16ia4/ZeZWaE =" ;
19+ cargoHash = "sha256-UkyRl2eY520JPxtcOl7hvkY3MCH2bi2jL9zCJEdkQmU =" ;
2120
2221 # fixes `thread 'main' panicked at 'cannot find strip'` on x86_64-darwin
2322 env = lib . optionalAttrs ( stdenv . hostPlatform . isx86_64 && stdenv . hostPlatform . isDarwin ) {
@@ -26,7 +25,7 @@ rustPlatform.buildRustPackage rec {
2625
2726 # error: linker `aarch64-linux-gnu-gcc` not found
2827 postPatch = ''
29- rm .cargo/config
28+ rm .cargo/config.toml
3029 '' ;
3130
3231 postInstall = ''
You can’t perform that action at this time.
0 commit comments