xplr: 1.1.1 -> 1.1.2 (#563568)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-15 14:00:31 +00:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "xplr";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "sayanarijit";
repo = "xplr";
rev = "v${finalAttrs.version}";
hash = "sha256-lLuB0QOhMv4GLZT7lh7cUkVmWm0iwJ1WTf9aW+D69aE=";
hash = "sha256-im74JiB9Ic/nbI5sLhyFKXhh6OTNd5rFq+HDOwLelwE=";
};
cargoHash = "sha256-NWdpPTpnWwiCqlIqkPrIMSU4Xi80rd6FcP/I1L6QYBs=";
cargoHash = "sha256-3Bfpy8xqSHK5RUwXdFRbjs6/GDWT7c5k7MYbqEiROkM=";
# fixes `thread 'main' panicked at 'cannot find strip'` on x86_64-darwin
env = lib.optionalAttrs (stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin) {