mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
mitra: 4.16.1 -> 4.17.0
This commit is contained in:
parent
e3a0d7a157
commit
22c3a2bb82
1 changed files with 3 additions and 3 deletions
|
|
@ -8,16 +8,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "mitra";
|
||||
version = "4.16.1";
|
||||
version = "4.17.0";
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
owner = "silverpill";
|
||||
repo = "mitra";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-nQhzU3LMEyqa2CciNTX5/+ViMqjmwDt3QrMZnbt/tBU=";
|
||||
hash = "sha256-ysV0r0K+2ivnDg/GuqwK5HWa4/jQtopXqS9g/9wWrOw=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-aWBJ3PDHcqm73P4oOpuSlalT5LxRgSqhuC0f0/sL+lg=";
|
||||
cargoHash = "sha256-RDMLfg+KsvfXDjsCzCn53kebBRN8/6er/LsS/BzoeU0=";
|
||||
|
||||
# require running database
|
||||
doCheck = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue