mastodon: 4.2.10 -> 4.2.11

Changelog:
https://github.com/mastodon/mastodon/releases/tag/v4.2.11
This commit is contained in:
Izorkin 2024-08-16 16:44:54 +03:00
parent 0d331a43ff
commit febde5e54b
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
2 changed files with 6 additions and 6 deletions

View File

@ -2440,10 +2440,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0d8ivcirrrxpkpjc1c835wknc9s2fl54xpw08s177yfrh5ish209";
sha256 = "0gccz5lixnddazvhksmj7l7hjwzjra2kz3qfyrzl2bz1q9h80bzh";
type = "gem";
};
version = "3.2.8";
version = "3.3.5";
};
rotp = {
groups = ["default"];
@ -2951,10 +2951,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1isbzxvykrm2h8msyq1c8ajypg7950w2mh0hrlgndhw52d1fic3c";
sha256 = "0mamrl7pxacbc79ny5hzmakc9grbjysm3yy6119ppgsg44fsif01";
type = "gem";
};
version = "3.0.9";
version = "3.1.0";
};
swd = {
dependencies = ["activesupport" "attr_required" "httpclient"];

View File

@ -1,7 +1,7 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.2.10";
version = "4.2.11";
in
(
applyPatches {
@ -9,7 +9,7 @@ in
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-z3veI0CpZk6mBgygqXk8SN/5WWjy5VkKLxC7nOLnyZE=";
hash = "sha256-pOO3Ice8BMt+YyN5VNv2ayb5l2tY3wgbhHDcWy7Lqe0=";
};
patches = patches ++ [];
}) // {