Yet another mastodon security vulnerability

This commit is contained in:
Agatha Lovelace 2024-02-26 19:08:26 +01:00
parent 3e90c4f912
commit 10f6f26629
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
2 changed files with 4 additions and 4 deletions

View File

@ -2044,10 +2044,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0pfj771p5a29yyyw58qacks464sl86d5m3jxjl5rlqqw2m3v5xq4";
sha256 = "0s4vskbydg5k0z86v2g5drf03lslkr4b1l421vz29531jlrsljvy";
type = "gem";
};
version = "1.5.4";
version = "1.5.5";
};
pghero = {
dependencies = ["activerecord"];

View File

@ -1,12 +1,12 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [ ] }:
let version = "e74ef482675e9cb524e5e46d2e6624a2dd922395";
let version = "f571dbe35dbc4876f9ca76b3f6d459839c67a2ef";
in (applyPatches {
src = fetchFromGitHub {
owner = "AgathaSorceress";
repo = "mastodon";
rev = "${version}";
sha256 = "lcTw8C1KFnl5kUKjdBXFrrx6Nz8hFqvqG8nThQHv0Hs=";
sha256 = "3ZJMiciV0muv5j468hEKJUZGDhKcNCJnDFn6ZqKM1F4=";
};
patches = patches ++ [ ./yarn-typescript.patch ];
}) // {