faircamp: unstable-2022-12-28 -> unstable-2023-04-10

This commit is contained in:
Francesco Gazzetta 2023-04-11 15:43:37 +02:00
parent 8c57d13c13
commit 9c07acac91
2 changed files with 1204 additions and 245 deletions

File diff suppressed because it is too large Load diff

View file

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "faircamp"; pname = "faircamp";
version = "unstable-2022-12-28"; version = "unstable-2023-04-10";
# TODO when switching to a stable release, use fetchFromGitea and add a # TODO when switching to a stable release, use fetchFromGitea and add a
# version test. Meanwhile, fetchgit is used to make unstableGitUpdater work. # version test. Meanwhile, fetchgit is used to make unstableGitUpdater work.
src = fetchgit { src = fetchgit {
url = "https://codeberg.org/simonrepp/faircamp.git"; url = "https://codeberg.org/simonrepp/faircamp.git";
rev = "c77fd779cea6daecbac9a9beea65c1dc1ac56bc4"; rev = "21f775dc35a88c54015694f9757e81c97fa860ea";
sha256 = "sha256-Tl3T/IoBIhYCNDEYT6cV1UyksDkoEDydBjYM9yzT4VQ="; hash = "sha256-aMSMMIGfoiqtg8Dj8QiCbUE40OKQXMXt4hvlvbXQLls=";
}; };
cargoLock = { cargoLock = {
@ -64,7 +64,7 @@ rustPlatform.buildRustPackage {
website for you automatically, otherwise you can use FTP or whichever website for you automatically, otherwise you can use FTP or whichever
means you prefer to do that manually. means you prefer to do that manually.
''; '';
homepage = "https://codeberg.org/simonrepp/faircamp"; homepage = "https://simonrepp.com/faircamp/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
platforms = platforms.all; platforms = platforms.all;