Update mastodon to 4.4.3
This commit is contained in:
		
					parent
					
						
							
								55a984b03c
							
						
					
				
			
			
				commit
				
					
						bb51d64a9a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -16,14 +16,14 @@ let | |||
|   }; | ||||
|   mastodonNekoverseOverlay = final: prev: { | ||||
|     mastodon = (prev.mastodon.override rec { | ||||
|       version = "4.4.1"; | ||||
|       version = "4.4.3"; | ||||
|       srcOverride = final.applyPatches { | ||||
|         src = pkgs.stdenv.mkDerivation { | ||||
|           name = "mastodonWithThemes"; | ||||
|           src = pkgs.fetchgit { | ||||
|             url = "https://github.com/mastodon/mastodon.git"; | ||||
|             rev = "v${version}"; | ||||
|             sha256 = "sha256-hu6AmR0CvI3lVixJ2UmWY3KAlWbqYULCQAjRGJcuIhc="; | ||||
|             sha256 = "sha256-HFvsf8uNP5TV6vPaIkWKnuOKExQhgvrhyRWf3OCqIDk="; | ||||
|           }; | ||||
|           # mastodon ships with broken symlinks, disable the check for that for now | ||||
|           dontCheckForBrokenSymlinks = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue