Skip to content

Commit 4bae3ea

Browse files
mitra: 3.18.0 -> 3.19.0 (#390003)
Co-authored-by: haruki7049 <[email protected]>
2 parents 54d750e + ebccc61 commit 4bae3ea

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 = "3.18.0";
9+
version = "3.19.0";
1010

1111
src = fetchFromGitea {
1212
domain = "codeberg.org";
1313
owner = "silverpill";
1414
repo = "mitra";
1515
rev = "v${version}";
16-
hash = "sha256-PBlAxQvuXS/qoPcze9CKsD18HYzORj9yL+sWC+l1jUk=";
16+
hash = "sha256-3Qa9L8RnEeKJw/+GSVaGXPkCNZ8aWG/JkV6e2DF6ZEk=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-lTGrj02v0vmWg50GZZzf7Mmb40gM4Iid5invxiB2ue0=";
20+
cargoHash = "sha256-PFq6gKMDbRGZaLjqLp8eNLn4mQ1we6RJXunzItdj+SQ=";
2121

2222
# require running database
2323
doCheck = false;

0 commit comments

Comments
 (0)