mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
f8290df5fd
Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.2.10 https://github.com/mastodon/mastodon/security/advisories/GHSA-58x8-3qxw-6hm7 https://github.com/mastodon/mastodon/security/advisories/GHSA-xjvf-fm67-4qc3 https://github.com/mastodon/mastodon/security/advisories/GHSA-vp5r-5pgw-jwqx Fixes: CVE-2024-37903
19 lines
463 B
Nix
19 lines
463 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
|
let
|
|
version = "4.2.10";
|
|
in
|
|
(
|
|
applyPatches {
|
|
src = fetchFromGitHub {
|
|
owner = "mastodon";
|
|
repo = "mastodon";
|
|
rev = "v${version}";
|
|
hash = "sha256-z3veI0CpZk6mBgygqXk8SN/5WWjy5VkKLxC7nOLnyZE=";
|
|
};
|
|
patches = patches ++ [];
|
|
}) // {
|
|
inherit version;
|
|
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
|
|
}
|