mitra: 4.3.1 -> 4.4.0 (#414644)

Co-authored-by: haruki7049 <tontonkirikiri@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-08 11:57:56 +00:00 committed by GitHub
commit 510570a40a
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 = "4.3.1";
version = "4.4.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "silverpill";
repo = "mitra";
rev = "v${version}";
hash = "sha256-SUcapWfsIqohFsZY1Bpce5txLe2DtpgAGBJKTUwdzVI=";
hash = "sha256-ZonEMbafZWfURW7WKUAVmDq7bvi7oXBpKVudbrTF6eE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-B0Ba4ZGTw+FJLcXSy+VfKrp5hqGWoW3ugfnkDXFDlok=";
cargoHash = "sha256-n96B51fVkJcBDwcbYHNP6ZWWdU8fu0a0Y72IVbNAAMQ=";
# require running database
doCheck = false;