We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0935c20 + 4a8b052 commit 510570aCopy full SHA for 510570a
pkgs/by-name/mi/mitra/package.nix
@@ -6,18 +6,18 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "mitra";
9
- version = "4.3.1";
+ version = "4.4.0";
10
11
src = fetchFromGitea {
12
domain = "codeberg.org";
13
owner = "silverpill";
14
repo = "mitra";
15
rev = "v${version}";
16
- hash = "sha256-SUcapWfsIqohFsZY1Bpce5txLe2DtpgAGBJKTUwdzVI=";
+ hash = "sha256-ZonEMbafZWfURW7WKUAVmDq7bvi7oXBpKVudbrTF6eE=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-B0Ba4ZGTw+FJLcXSy+VfKrp5hqGWoW3ugfnkDXFDlok=";
+ cargoHash = "sha256-n96B51fVkJcBDwcbYHNP6ZWWdU8fu0a0Y72IVbNAAMQ=";
21
22
# require running database
23
doCheck = false;
0 commit comments