xremap: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm
2025-11-01 18:38:24 +00:00
parent 2a8c789553
commit 03a0f3eefc

View File

@@ -43,13 +43,13 @@ assert (
); );
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "xremap${variant.suffix or ""}"; pname = "xremap${variant.suffix or ""}";
version = "0.14.2"; version = "0.14.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xremap"; owner = "xremap";
repo = "xremap"; repo = "xremap";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-5BHet5kKpmJFpjga7QZoLPydtzs5iPX5glxP4YvsYx0="; hash = "sha256-UHkwTz5KEDAqXKpN/YVzY0xP7b6nN8WkPilzpF8YU3A=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildNoDefaultFeatures = true; buildNoDefaultFeatures = true;
buildFeatures = variant.features; buildFeatures = variant.features;
cargoHash = "sha256-NZNLO+wmzEdIZPp5Zu81m/ux8Au+8EMq31QpuZN9l5w="; cargoHash = "sha256-ucyBQPCskHwz8rYzOULJ3enL6rhvpLxJzS7sTNwuBW4=";
passthru = lib.mapAttrs (name: lib.const (xremap.override { withVariant = name; })) variants; passthru = lib.mapAttrs (name: lib.const (xremap.override { withVariant = name; })) variants;