Unverified Commit 3d05d7d2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

faircamp: 0.15.0 -> 0.15.1 (#337298)

parents 7e57f75b 5b8ca119
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -975,7 +975,7 @@ dependencies = [

[[package]]
name = "faircamp"
version = "0.15.0"
version = "0.15.1"
dependencies = [
 "actix-files",
 "actix-web",
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

rustPlatform.buildRustPackage rec {
  pname = "faircamp";
  version = "0.15.0";
  version = "0.15.1";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "simonrepp";
    repo = "faircamp";
    rev = version;
    hash = "sha256-V8fz65LNNCEhexV+ps3cclc0CJljVlAwBf2KjZCBx88=";
    hash = "sha256-TMN4DLur61bJAPp2kahBAAjf2lto62X/7rhC88nhISg=";
  };

  patches = [