oxker: 0.13.0 -> 0.13.1 (#504248)

This commit is contained in:
Nikolay Korotkiy
2026-03-28 15:48:04 +00:00
committed by GitHub
+4 -3
View File
@@ -10,15 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "oxker";
version = "0.13.0";
version = "0.13.1";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-4rIqZOWYqd7zUrDmEIZTH7iDRzed8on6UeP871M/KAI=";
hash = "sha256-NY++HK2mDcf3bWMEqJBeJr6zKVtD4qlzY+z+l/ZgPR4=";
};
cargoHash = "sha256-/Uw8IDVHmWpClAwWol2t10biDD3AGkZQDz5fmRSLlRI=";
cargoHash = "sha256-AC1E7NhES2SIp64JqSBEIWltulQztQz6NnQKAT4h+eA=";
# See https://github.com/mrjackwills/oxker/issues/73
checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
"--skip=ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_one_definition"
"--skip=ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_two_definitions"