xan: 0.57.1 -> 0.58.0 (#527119)

This commit is contained in:
Felix Bargfeldt
2026-06-07 22:16:09 +00:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "xan";
version = "0.57.1";
version = "0.58.0";
src = fetchFromGitHub {
owner = "medialab";
repo = "xan";
tag = finalAttrs.version;
hash = "sha256-tuzhQ0sh5wKnHrm9FdNvynwagsqPttLE0too/0ZaTWs=";
hash = "sha256-/+ONiDuqDHkHnrtdbOJFLDPtJaJbUz6hM9AmGVkUZzQ=";
};
cargoHash = "sha256-EL0qijX5ELjs13lQ9Es8imKyJQBfS04b4nVOvR5IFWE=";
cargoHash = "sha256-8ZywAhljm/m1TIC+znzw4ustCWLybB4wuMPiXuALj/I=";
# 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.