mitra: 3.14.0 -> 3.16.0 (#382654)

Co-authored-by: haruki7049 <tontonkirikiri@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-18 04:31:25 +00:00 committed by GitHub
commit 0f52d04d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
rustPlatform.buildRustPackage rec {
pname = "mitra";
version = "3.14.0";
version = "3.16.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "silverpill";
repo = "mitra";
rev = "v${version}";
hash = "sha256-4f0zh7rdS0lTnN4OzUEL8tn6S18cYTj92vA8akyt4K4=";
hash = "sha256-jVm1ftFSOxEseNgze6xsF9k8G02UJc3f/CGxzdNzfhw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-MA/C/8x7Bmh6ekd4iHvjX9Lf/hG43Qb5nhEHINpeBHA=";
cargoHash = "sha256-QQRl9/Rc0cVs1ug5LXN9OFZI4uTO7Jgu1vQQM/RQsLo=";
# require running database
doCheck = false;