xplr: 1.1.0 -> 1.1.1 (#552967)

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

View File

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