mastodon: 4.2.3 -> 4.2.4

This commit is contained in:
Sandro Jäckel 2024-01-24 17:18:50 +01:00
parent 3babb26934
commit b8767be1b8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 6 additions and 6 deletions

View file

@ -1870,10 +1870,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0w9978zwjf1qhy3amkivab0f9syz6a7k0xgydjidaf7xc831d78f";
sha256 = "0xkjz56qc7hl7zy7i7bhiyw5pl85wwjsa4p70rj6s958xj2sd1lm";
type = "gem";
};
version = "2.5.9";
version = "2.7.0";
};
nokogiri = {
dependencies = ["mini_portile2" "racc"];
@ -2139,10 +2139,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x4dwx2shx0p7lsms97r85r7ji7zv57bjy3i1kmcpxc8bxvrr67c";
sha256 = "0i2vaww6qcazj0ywva1plmjnj6rk23b01szswc5jhcq7s2cikd1y";
type = "gem";
};
version = "6.3.1";
version = "6.4.2";
};
pundit = {
dependencies = ["activesupport"];

View file

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