From d81754f391f41bbee85af9345157d5a3b44f199b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 28 Mar 2023 11:46:36 +0000 Subject: [PATCH] mastodon: 4.1.0 -> 4.1.1 --- mastodon.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mastodon.nix b/mastodon.nix index 6bf7993..9a5037b 100644 --- a/mastodon.nix +++ b/mastodon.nix @@ -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