xan: 0.52.0 -> 0.53.0 (#444418)

Changed files
+3 -3
pkgs
by-name
xa
+3 -3
pkgs/by-name/xa/xan/package.nix
···
}:
rustPlatform.buildRustPackage rec {
pname = "xan";
-
version = "0.52.0";
src = fetchFromGitHub {
owner = "medialab";
repo = "xan";
tag = version;
-
hash = "sha256-Enjtp/35rhSsndLFaQw8sGsO43mOes3Se8ElbdcSv0E=";
};
-
cargoHash = "sha256-m3aiX34W6GHgnT6kkb1CsLXyVH5FnxSOh5etCCJJsAs=";
# FIXME: tests fail and I do not have the time to investigate. Temporarily disable
# tests so that we can manually run and test the package for packaging purposes.
···
}:
rustPlatform.buildRustPackage rec {
pname = "xan";
+
version = "0.53.0";
src = fetchFromGitHub {
owner = "medialab";
repo = "xan";
tag = version;
+
hash = "sha256-gQqZrN8v5edgTKMmNGS3Pp0xdWH1awSa+dZaBNX7EX4=";
};
+
cargoHash = "sha256-CCCBF1ZvRZAtPNOfoU3Im7/wIpFakIbBFH0UjWb3tD0=";
# FIXME: tests fail and I do not have the time to investigate. Temporarily disable
# tests so that we can manually run and test the package for packaging purposes.