faircamp: 0.15.0 -> 0.15.1 (#337298)

This commit is contained in:
Nick Cao 2024-08-27 16:47:45 -04:00 committed by GitHub
commit 3d05d7d2e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -975,7 +975,7 @@ dependencies = [
[[package]] [[package]]
name = "faircamp" name = "faircamp"
version = "0.15.0" version = "0.15.1"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-web", "actix-web",

View File

@ -17,14 +17,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "faircamp"; pname = "faircamp";
version = "0.15.0"; version = "0.15.1";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "simonrepp"; owner = "simonrepp";
repo = "faircamp"; repo = "faircamp";
rev = version; rev = version;
hash = "sha256-V8fz65LNNCEhexV+ps3cclc0CJljVlAwBf2KjZCBx88="; hash = "sha256-TMN4DLur61bJAPp2kahBAAjf2lto62X/7rhC88nhISg=";
}; };
patches = [ patches = [