Skip to content

Commit 0f10072

Browse files
committed
mitra: 4.5.0 -> 4.5.1
1 parent c0874d9 commit 0f10072

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

1111
src = fetchFromGitea {
1212
domain = "codeberg.org";
1313
owner = "silverpill";
1414
repo = "mitra";
1515
rev = "v${version}";
16-
hash = "sha256-y77wLGmSJbGmqUXURjqp6Gz9+xpMvnUEcB9OZ4uF3M8=";
16+
hash = "sha256-nUQVdKzNNfD04dPKb0T1l0TUS5jTkU9l/yUMXmvJx/s=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-sfPnhB1GWIG8tA6Jqr1+03qxwS1DBbRAv4ZY+wKB/jY=";
20+
cargoHash = "sha256-D6pD0aAmQh2lmWyfHjB8K7ZKv06Qoru+81ncPvDcyS4=";
2121

2222
# require running database
2323
doCheck = false;

0 commit comments

Comments
 (0)