ghost: update mastodon to fix a vulnerability
This commit is contained in:
		
							parent
							
								
									6ab508f374
								
							
						
					
					
						commit
						3830a01240
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -6,6 +6,15 @@
 | 
			
		|||
    smtp.fromAddress = "lelgenio@disroot.org";
 | 
			
		||||
    extraConfig.SINGLE_USER_MODE = "true";
 | 
			
		||||
    streamingProcesses = 2;
 | 
			
		||||
    package = pkgs.mastodon.override {
 | 
			
		||||
      version = "4.2.5";
 | 
			
		||||
      patches = [
 | 
			
		||||
        (pkgs.fetchpatch {
 | 
			
		||||
          url = "https://github.com/mastodon/mastodon/compare/v4.2.4...v4.2.5.patch";
 | 
			
		||||
          hash = "sha256-CtzYV1i34s33lV/1jeNcr9p/x4Es1zRaf4l1sNWVKYk=";
 | 
			
		||||
        })
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue