Loading pkgs/by-name/xa/xan/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ }: rustPlatform.buildRustPackage rec { pname = "xan"; version = "0.48.0"; version = "0.49.0"; src = fetchFromGitHub { owner = "medialab"; repo = "xan"; tag = version; hash = "sha256-TBrPe4kmxLiyFfP6s4lAV3PjzXihqdBZ+emisd2Yjbs="; hash = "sha256-tzbHIXmTyP7MQeIMVLV4soGg9oRL7bM73+kFqD5zIi0="; }; cargoHash = "sha256-XKiYF619IEQEU7P5mRjnCEJSxr2G3t3cV4MpvBlWcNw="; cargoHash = "sha256-kqgmfdRfuNhi8X5/oljrBTf4cg+tXuO5Uh7MtBsTtqg="; useFetchCargoVendor = true; # FIXME: tests fail and I do not have the time to investigate. Temporarily disable Loading Loading
pkgs/by-name/xa/xan/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ }: rustPlatform.buildRustPackage rec { pname = "xan"; version = "0.48.0"; version = "0.49.0"; src = fetchFromGitHub { owner = "medialab"; repo = "xan"; tag = version; hash = "sha256-TBrPe4kmxLiyFfP6s4lAV3PjzXihqdBZ+emisd2Yjbs="; hash = "sha256-tzbHIXmTyP7MQeIMVLV4soGg9oRL7bM73+kFqD5zIi0="; }; cargoHash = "sha256-XKiYF619IEQEU7P5mRjnCEJSxr2G3t3cV4MpvBlWcNw="; cargoHash = "sha256-kqgmfdRfuNhi8X5/oljrBTf4cg+tXuO5Uh7MtBsTtqg="; useFetchCargoVendor = true; # FIXME: tests fail and I do not have the time to investigate. Temporarily disable Loading