Skip to content

Commit 510570a

Browse files
mitra: 4.3.1 -> 4.4.0 (#414644)
Co-authored-by: haruki7049 <[email protected]>
2 parents 0935c20 + 4a8b052 commit 510570a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/mitra/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "mitra";
9-
version = "4.3.1";
9+
version = "4.4.0";
1010

1111
src = fetchFromGitea {
1212
domain = "codeberg.org";
1313
owner = "silverpill";
1414
repo = "mitra";
1515
rev = "v${version}";
16-
hash = "sha256-SUcapWfsIqohFsZY1Bpce5txLe2DtpgAGBJKTUwdzVI=";
16+
hash = "sha256-ZonEMbafZWfURW7WKUAVmDq7bvi7oXBpKVudbrTF6eE=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-B0Ba4ZGTw+FJLcXSy+VfKrp5hqGWoW3ugfnkDXFDlok=";
20+
cargoHash = "sha256-n96B51fVkJcBDwcbYHNP6ZWWdU8fu0a0Y72IVbNAAMQ=";
2121

2222
# require running database
2323
doCheck = false;

0 commit comments

Comments
 (0)