mastodon: 4.1.0 -> 4.1.1
This commit is contained in:
parent
a407218dc4
commit
d81754f391
@ -8,10 +8,8 @@ let
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/mastodon/mastodon.git";
|
||||
rev = "v${pkgs.mastodon.version}";
|
||||
# sha256 mismatch should not allow automatic updates on every
|
||||
# new Mastodon release. We don't want to have problems with
|
||||
# updated dependencies in the unstable channel.
|
||||
sha256 = "sha256-a3EpeTQBCP+J4Gde/iixcg3VUhZbw4DwbZp8GDRAzAI=";
|
||||
# TODO get sha256 from nixpkgs/pkgs/servers/mastodon/source.nix
|
||||
sha256 = "1c0mxz45pkgmyw81z025n1ps1dkdq92337h7sd865w2fbgmzg50l";
|
||||
};
|
||||
patches = [
|
||||
./patches/logo.patch
|
||||
|
Loading…
Reference in New Issue
Block a user