Skip to content

Commit 05f9e0a

Browse files
authored
xplr: 0.21.9 -> 1.0.0 (NixOS#405125)
1 parent 933c03d commit 05f9e0a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pkgs/by-name/xp/xplr/package.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
rustPlatform,
55
fetchFromGitHub,
66
}:
7-
87
rustPlatform.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 = ''

0 commit comments

Comments
 (0)