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