mitra: 4.5.0 -> 4.5.1 (#420713)
Co-authored-by: haruki7049 <tontonkirikiri@gmail.com>
This commit is contained in:
commit
b7333fdfd6
@ -6,18 +6,18 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mitra";
|
pname = "mitra";
|
||||||
version = "4.5.0";
|
version = "4.5.1";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "silverpill";
|
owner = "silverpill";
|
||||||
repo = "mitra";
|
repo = "mitra";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-y77wLGmSJbGmqUXURjqp6Gz9+xpMvnUEcB9OZ4uF3M8=";
|
hash = "sha256-nUQVdKzNNfD04dPKb0T1l0TUS5jTkU9l/yUMXmvJx/s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-sfPnhB1GWIG8tA6Jqr1+03qxwS1DBbRAv4ZY+wKB/jY=";
|
cargoHash = "sha256-D6pD0aAmQh2lmWyfHjB8K7ZKv06Qoru+81ncPvDcyS4=";
|
||||||
|
|
||||||
# require running database
|
# require running database
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user