Skip to content

Commit d227506

Browse files
mitra: 3.19.0 -> 3.21.0 (NixOS#393240)
Co-authored-by: haruki7049 <[email protected]>
2 parents 3162722 + 6b6f87c commit d227506

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.19.0";
9+
version = "3.21.0";
1010

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

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-PFq6gKMDbRGZaLjqLp8eNLn4mQ1we6RJXunzItdj+SQ=";
20+
cargoHash = "sha256-LO7xJBWxEGKLxocVs6EDWzGYLX/YtH4d9gSaVy+XxbM=";
2121

2222
# require running database
2323
doCheck = false;

0 commit comments

Comments
 (0)