xan: 0.42.0 -> 0.43.0

This commit is contained in:
R. Ryantm 2025-02-02 01:54:20 +00:00
parent 3a931f3d80
commit bc1b92264e

View File

@ -5,16 +5,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "xan"; pname = "xan";
version = "0.42.0"; version = "0.43.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "medialab"; owner = "medialab";
repo = "xan"; repo = "xan";
tag = version; tag = version;
hash = "sha256-8uNfiPJjZWqtbrBU/LRYM7PI5/4JBqZGe1dtCWArU8M="; hash = "sha256-a9vEAKYZv2ItUKeWAcoXw/Q/EIHMhnBZFct0UKcRKg0=";
}; };
cargoHash = "sha256-TRT//USKHCc7MAgNWAiZoovQmkud3isT+kwsNkJH8Bk="; cargoHash = "sha256-IKKDlIfzDkpGtpdKU5IKMJc9nIhwoECj8fj4dyImrwU=";
useFetchCargoVendor = true; useFetchCargoVendor = true;
# FIXME: tests fail and I do not have the time to investigate. Temporarily disable # FIXME: tests fail and I do not have the time to investigate. Temporarily disable