faircamp: 0.15.1 -> 0.21.0 (#357089)

This commit is contained in:
Donovan Glover 2024-11-21 19:09:57 +00:00 committed by GitHub
commit 6f7c18e904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = {