More accurate wording

default
dump_stack() 2023-02-19 12:19:38 +00:00
parent f08718da56
commit a407218dc4
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
src = pkgs.fetchgit {
url = "https://github.com/mastodon/mastodon.git";
rev = "v${pkgs.mastodon.version}";
# sha256 mismatch will not allow automatic updates on every
# 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=";