mastodon: 4.2.6 -> 4.2.7

https://github.com/mastodon/mastodon/releases/tag/v4.2.7
This commit is contained in:
Leona Maroni 2024-02-16 12:42:56 +01:00
parent 5e55f0bb65
commit 61acce0cb5
No known key found for this signature in database
GPG Key ID: D5B08ADFC75E3605
2 changed files with 8 additions and 10 deletions

View File

@ -1891,13 +1891,11 @@
groups = ["default"];
platforms = [];
source = {
fetchSubmodules = false;
rev = "e020fcc3a54d993ab45b7194d89ab720296c111b";
sha256 = "18pbm9qkancy38v0gpb6f5k0xd8r347jl4xvj4jn98ihfhzgwygj";
type = "git";
url = "https://github.com/jhawthorn/nsa.git";
remotes = ["https://rubygems.org"];
sha256 = "1narh0bj0c9pg8cb2jhpydfa9mnm3dclckzk5s6xrwa2gm99hnk4";
type = "gem";
};
version = "0.2.8";
version = "0.3.0";
};
oj = {
groups = ["default"];
@ -2065,10 +2063,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,7 +1,7 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.2.6";
version = "4.2.7";
in
(
applyPatches {
@ -9,7 +9,7 @@ in
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-xUJiyQN3xsl/8+D/kaky+iYunY0ctlSbjkftN2+NQNw=";
hash = "sha256-lz1HMg/B6BOqGxypzDTTO5yY7C5B6QRNIpRnDZW2eGs=";
};
patches = patches ++ [];
}) // {