mastodon: 4.1.0 -> 4.1.1

default
dump_stack() 2023-03-28 11:46:36 +00:00
parent a407218dc4
commit d81754f391
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 4 deletions

View File

@ -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