Update packages

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-04 01:27:05 +00:00
parent 2ad2bfd2d9
commit 424fb0a2aa
5 changed files with 481 additions and 566 deletions

View file

@ -293,11 +293,11 @@
"mastodon": {
"flake": false,
"locked": {
"lastModified": 1656520054,
"narHash": "sha256-mNz7s3AYS6cl4U5QM817/pbBwa8847B16LMUHpH88t0=",
"lastModified": 1656882325,
"narHash": "sha256-TAJx1cGL7yooI7e7H8wFQc3SV5Ay8oneS+J82f5RLws=",
"owner": "glitch-soc",
"repo": "mastodon",
"rev": "54ed35f57c55fff639c8192b99fc60ab69c54f06",
"rev": "299c9021eb3c1ec57325052a5da11f613d5e1bf0",
"type": "github"
},
"original": {

View file

@ -1,8 +1,11 @@
{ pkgs, inputs }: rec {
{
pkgs,
inputs,
}: rec {
hydra-patch = pkgs.stdenvNoCC.mkDerivation {
name = "hydra.patch";
srcs = inputs.hydra-patched;
nativeBuildInputs = [ pkgs.diffutils ];
nativeBuildInputs = [pkgs.diffutils];
buildPhase = ''
diff -r -u ${inputs.hydra-base} . > $out || true
'';

View file

@ -884,10 +884,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rgbmk044akxa84z9vdl8lkmd9z4xy3na1w0vh12pz02drxd93j9";
sha256 = "13ybpjq4dcivgqxnv9mq676n7hbc14vvkbwq5nmd7d84r5vjpl9f";
type = "gem";
};
version = "2.28.0";
version = "2.29.0";
};
faker = {
dependencies = ["i18n"];
@ -1941,10 +1941,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0b7j382jaaifhlx38wg16di784jg0zn4869ix174w4dxdw2bay4x";
sha256 = "11q4zw8n0lmff5k514ip30yizr38jb2x5nh3m7fy3k13sbxbysrq";
type = "gem";
};
version = "1.4.0";
version = "1.4.1";
};
pghero = {
dependencies = ["activerecord"];
@ -2624,10 +2624,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fq44abg0bvn7xpj02yqw3rhk7n2hq1pnqn3l8qqp47b1qdw3m11";
sha256 = "031ifqpjn51s91ki5svmkv8n4dzky4lxx4vi8pxlv5y9bwgf30gx";
type = "gem";
};
version = "4.0.1";
version = "4.0.2";
};
sidekiq-unique-jobs = {
dependencies = ["brpoplpush-redis_script" "concurrent-ruby" "sidekiq" "thor"];

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"version": "1.19",
"build": 43,
"name": "paper-1.19-43.jar",
"sha256": "05d007a2a3b6933f1e44b0064cbc46358b03e155e0752c22eade84ad21f70b7e"
"build": 45,
"name": "paper-1.19-45.jar",
"sha256": "e2f3d1361c8059f991bac79a1b042d1b35aa6f0ee0998a33af4d1dcccbbd393b"
}