faircamp: 0.15.1 -> 0.21.0

Diff: https://codeberg.org/simonrepp/faircamp/compare/0.15.1...0.21.0
This commit is contained in:
Francesco Gazzetta 2024-11-18 22:46:36 +01:00
parent 2b552e98ea
commit cc0d0e8416
2 changed files with 635 additions and 436 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,6 @@
, stdenv
, rustPlatform
, fetchFromGitea
, fetchpatch
, makeWrapper
, pkg-config
, glib
@ -17,24 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "faircamp";
version = "0.15.1";
version = "0.21.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "simonrepp";
repo = "faircamp";
rev = version;
hash = "sha256-TMN4DLur61bJAPp2kahBAAjf2lto62X/7rhC88nhISg=";
hash = "sha256-1awOzIvWUaqsmtg0XP4BNCRZP+d26JTjn+3Lcvo/WcI=";
};
patches = [
# Fix build error in tests
(fetchpatch {
url = "https://codeberg.org/simonrepp/faircamp/commit/7240dd707f3669d49e755088393d27369ca368c2.patch";
hash = "sha256-Ec75Gte2zUp/q912keLdYXUse60QirTQ+DkSaCwEboQ=";
})
];
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {