mitra: 3.9.0 -> 3.11.0 (#363426)

This commit is contained in:
Weijia Wang
2024-12-18 17:27:20 +01:00
committed by GitHub

View File

@@ -6,20 +6,20 @@
rustPlatform.buildRustPackage rec {
pname = "mitra";
version = "3.9.0";
version = "3.11.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "silverpill";
repo = "mitra";
rev = "v${version}";
hash = "sha256-reBG9h3jI4ONxYIwM2QdXlTC8ohmSrPm18sLOeI/2wY=";
hash = "sha256-sxHp7br0fYIif17TZFDZpogiiI3WavFgqF+++QNpIfE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-WoJzFhxBDHuUNGaNsqieev93hg0Eo604tAM0HZJv9tA=";
cargoHash = "sha256-LEqrR5+20up23/lqSj5Ruqch5tnKEhAeMBQZ+nSDeZM=";
# MEMO: mitra v3.9.0 tests failed with cargo option, "--offline"
# require running database
doCheck = false;
RUSTFLAGS = [