xan: 0.52.0 -> 0.53.0

R. Ryantm df297289 984cd9c3

+3 -3
+3 -3
pkgs/by-name/xa/xan/package.nix
··· 5 5 }: 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "xan"; 8 - version = "0.52.0"; 8 + version = "0.53.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "medialab"; 12 12 repo = "xan"; 13 13 tag = version; 14 - hash = "sha256-Enjtp/35rhSsndLFaQw8sGsO43mOes3Se8ElbdcSv0E="; 14 + hash = "sha256-gQqZrN8v5edgTKMmNGS3Pp0xdWH1awSa+dZaBNX7EX4="; 15 15 }; 16 16 17 - cargoHash = "sha256-m3aiX34W6GHgnT6kkb1CsLXyVH5FnxSOh5etCCJJsAs="; 17 + cargoHash = "sha256-CCCBF1ZvRZAtPNOfoU3Im7/wIpFakIbBFH0UjWb3tD0="; 18 18 19 19 # FIXME: tests fail and I do not have the time to investigate. Temporarily disable 20 20 # tests so that we can manually run and test the package for packaging purposes.