···55}:
66rustPlatform.buildRustPackage rec {
77 pname = "xan";
88- version = "0.52.0";
88+ version = "0.53.0";
991010 src = fetchFromGitHub {
1111 owner = "medialab";
1212 repo = "xan";
1313 tag = version;
1414- hash = "sha256-Enjtp/35rhSsndLFaQw8sGsO43mOes3Se8ElbdcSv0E=";
1414+ hash = "sha256-gQqZrN8v5edgTKMmNGS3Pp0xdWH1awSa+dZaBNX7EX4=";
1515 };
16161717- cargoHash = "sha256-m3aiX34W6GHgnT6kkb1CsLXyVH5FnxSOh5etCCJJsAs=";
1717+ cargoHash = "sha256-CCCBF1ZvRZAtPNOfoU3Im7/wIpFakIbBFH0UjWb3tD0=";
18181919 # FIXME: tests fail and I do not have the time to investigate. Temporarily disable
2020 # tests so that we can manually run and test the package for packaging purposes.