lemoa: 0.3 -> 0.4

This commit is contained in:
Colin 2023-08-30 05:34:04 +00:00
parent a7c5daf8a5
commit 29eab151a1
2 changed files with 279 additions and 294 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "lemoa";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "lemmy-gtk";
repo = pname;
rev = "v${version}";
hash = "sha256-LT+UkjDkKbi327SE4VT+BdrpE6hQywajIZ7xpJPvvCc=";
hash = "sha256-0xMdshQ12mV93r5UwxRLgYsIj97GgxmDDMEisam29HI=";
};
cargoLock = {