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