mastodon: 4.2.2 -> 4.2.3

This commit is contained in:
Kerstin Humm 2023-12-05 17:35:02 +01:00
parent 4b21d11c50
commit c4c0d2a8c4
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B
2 changed files with 19 additions and 9 deletions

View File

@ -321,6 +321,16 @@
};
version = "0.1.1";
};
bcp47_spec = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "043qld01c163yc7fxlar3046dac2833rlcg44jbbs9n1jvgjxmiz";
type = "gem";
};
version = "0.2.1";
};
bcrypt = {
groups = ["default" "pam_authentication"];
platforms = [];
@ -1395,10 +1405,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1rvsalsrs8njk2gqxgq0ydg5cd02jqdawskbq2ccz663qxz8wwq5";
sha256 = "0illsmkly0hhi24lm1l6jjjdr6jykvydkwi1cxf4ad3mra68m16l";
type = "gem";
};
version = "0.3.2";
version = "1.0.0";
};
json-jwt = {
dependencies = ["activesupport" "aes_key_wrap" "bindata" "httpclient"];
@ -1417,10 +1427,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1z3kqacjmqs02vwwqm9di7sw7f7nchxx99v84myrrzmh64c6zfcq";
sha256 = "1carfj87p6cpd0xnysg5sj653rqmmwnnacsmjk42xdy40j15gp88";
type = "gem";
};
version = "3.2.5";
version = "3.3.1";
};
json-ld-preloaded = {
dependencies = ["json-ld" "rdf"];
@ -2341,15 +2351,15 @@
version = "13.0.6";
};
rdf = {
dependencies = ["link_header"];
dependencies = ["bcp47_spec" "link_header"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jx4xyip4inrhr099zac8ah5232g70rv39mm19p85sgpwg80a6ip";
sha256 = "0l515w395kbyz4n7lx102x1nv9yl6l72gvk67p35z4cqa74s59nx";
type = "gem";
};
version = "3.2.11";
version = "3.3.1";
};
rdf-normalize = {
dependencies = ["rdf"];

View File

@ -1,7 +1,7 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.2.2";
version = "4.2.3";
in
(
applyPatches {
@ -9,7 +9,7 @@ in
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-D3qIrxj6mHtepMAYHq6USOM+ukMF7J/y20/y+CUh5RU=";
hash = "sha256-e8O4kxsrHf+wEtl4S57xIL1VEvhUSjyCbmz4r9p8Zhw=";
};
patches = patches ++ [];
}) // {