Update packages

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-20 00:33:55 +00:00 committed by Charlotte 🦝 Delenk
parent 5c318a6897
commit 4991c19d6f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 14 additions and 134 deletions

View file

@ -293,11 +293,11 @@
"mastodon": { "mastodon": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1658092231, "lastModified": 1658241765,
"narHash": "sha256-c2T3xTURzvQ0qNIG3Dgo4pxsML1K/dVKUWFiqc6zk7g=", "narHash": "sha256-h3hGwZGTGudS32P7C5QLMjGMxUKMbouu7xCiNZyIEGM=",
"owner": "glitch-soc", "owner": "glitch-soc",
"repo": "mastodon", "repo": "mastodon",
"rev": "ab1488a6ad93f572e1d184cb9653f76fd408474f", "rev": "0a61b000e3f10e9be3d8ae1cccf53caa3877a55a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -341,11 +341,11 @@
"mautrix-whatsapp": { "mautrix-whatsapp": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1658193383, "lastModified": 1658257545,
"narHash": "sha256-35pbY0yLaTiCKixLxUx62m9T/EjdQzk4hhU+Apj/yBs=", "narHash": "sha256-RhrYN6Nls+tPvrIu/ZIZjfqr8tpOg8mww3lvYXADFH8=",
"owner": "mautrix", "owner": "mautrix",
"repo": "whatsapp", "repo": "whatsapp",
"rev": "8cc1ad85ba777eb4893cc6275d256b72acd77129", "rev": "7edd9f32377d4bbdcd55d369524bc58e1be65dba",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -576,11 +576,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1657972522, "lastModified": 1658237535,
"narHash": "sha256-JTiKsBT1BwMbtSUsvtSl8ffkiirby8FaujJVGV766Q8=", "narHash": "sha256-z3Ff9oSXEPSZMfXdM+r29oJxtyKUnlUOc18U9E6Q48g=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "07a2e6a4e31ea48408861607198972d60adaf4ad", "rev": "e732e1fdbf79bec59f7ade4a3675b091b4a9f6d6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -653,11 +653,11 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1658215134, "lastModified": 1658275249,
"narHash": "sha256-hbJ/9ioNDeOk0vOdRDT8c+Ra8+6VuUzSKthSP/SLL2k=", "narHash": "sha256-WRd2gj7HdeihWRv2bt+2WWtdZG03DZpprvYd6T5X/y0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d2db10786f27619d5519b12b03fb10dc8ca95e59", "rev": "428ae9aabee114792c5ddf716c9e6ec52b902ce8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2620,162 +2620,42 @@
}; };
sidekiq-scheduler = { sidekiq-scheduler = {
dependencies = ["redis" "rufus-scheduler" "sidekiq" "tilt"]; dependencies = ["redis" "rufus-scheduler" "sidekiq" "tilt"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "031ifqpjn51s91ki5svmkv8n4dzky4lxx4vi8pxlv5y9bwgf30gx";
type = "gem";
};
version = "4.0.2";
}; };
sidekiq-unique-jobs = { sidekiq-unique-jobs = {
dependencies = ["brpoplpush-redis_script" "concurrent-ruby" "sidekiq" "thor"]; dependencies = ["brpoplpush-redis_script" "concurrent-ruby" "sidekiq" "thor"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0cgcn6vd3yc18ahrm3visrzh9cf6g966xw0d8ramzrncc46zc8nk";
type = "gem";
};
version = "7.1.25";
}; };
simple-navigation = { simple-navigation = {
dependencies = ["activesupport"]; dependencies = ["activesupport"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wc1rapwhqymcjfxmlgam4cvbyhnzfxada2damq88ij2p77pjz4q";
type = "gem";
};
version = "4.4.0";
}; };
simple_form = { simple_form = {
dependencies = ["actionpack" "activemodel"]; dependencies = ["actionpack" "activemodel"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09raw1gw0db9hfddgvzjwpk4hj1ng4dfq3igak80jkvhg4jdg7jp";
type = "gem";
};
version = "5.1.0";
}; };
simplecov = { simplecov = {
dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"];
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hrv046jll6ad1s964gsmcq4hvkr3zzr6jc7z1mns22mvfpbc3cr";
type = "gem";
};
version = "0.21.2";
}; };
simplecov-html = { simplecov-html = {
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb";
type = "gem";
};
version = "0.12.3";
}; };
simplecov_json_formatter = { simplecov_json_formatter = {
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0cl3j7p3b5q7sxsx1va63c8imc5x6g99xablz08qrmqhpi0d6g6j";
type = "gem";
};
version = "0.1.2";
}; };
smart_properties = { smart_properties = {
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0jrqssk9qhwrpq41arm712226vpcr458xv6xaqbk8cp94a0kycpr";
type = "gem";
};
version = "1.17.0";
}; };
sprockets = { sprockets = {
dependencies = ["concurrent-ruby" "rack"]; dependencies = ["concurrent-ruby" "rack"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "182jw5a0fbqah5w9jancvfmjbk88h8bxdbwnl4d3q809rpxdg8ay";
type = "gem";
};
version = "3.7.2";
}; };
sprockets-rails = { sprockets-rails = {
dependencies = ["actionpack" "activesupport" "sprockets"]; dependencies = ["actionpack" "activesupport" "sprockets"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1b9i14qb27zs56hlcc2hf139l0ghbqnjpmfi0054dxycaxvk5min";
type = "gem";
};
version = "3.4.2";
}; };
sshkit = { sshkit = {
dependencies = ["net-scp" "net-ssh"]; dependencies = ["net-scp" "net-ssh"];
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1szshiw7bzizi380z1hkdbwhjdaixb5bgbx7c3wf7970mjdashkd";
type = "gem";
};
version = "1.21.2";
}; };
stackprof = { stackprof = {
groups = ["development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "19rnk17rz0lhf7l9awy0s7xxyw91ydcqxlx0576xvwyi79jh6a2m";
type = "gem";
};
version = "0.2.19";
}; };
statsd-ruby = { statsd-ruby = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "028136c463nbravckxb1qi5c5nnv9r6vh2cyhiry423lac4xz79n";
type = "gem";
};
version = "1.5.0";
}; };
stoplight = { stoplight = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1628qf2ynldqz20h5lkaivk166qknk15gxg130n9pvz568k1sdp8";
type = "gem";
};
version = "3.0.0";
}; };
strong_migrations = { strong_migrations = {
dependencies = ["activerecord"]; dependencies = ["activerecord"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0yk45ri2rnp00x4mdsvwdzdd9yziqxj5v9sjk74nzw0y927y3m1w";
type = "gem";
};
version = "0.7.9";
}; };
swd = { swd = {
dependencies = ["activesupport" "attr_required" "httpclient"]; dependencies = ["activesupport" "attr_required" "httpclient"];

View file

@ -1,7 +1,7 @@
{fetchgit}: {fetchgit}:
fetchgit { fetchgit {
url = "https://github.com/mautrix/whatsapp"; url = "https://github.com/mautrix/whatsapp";
rev = "8cc1ad85ba777eb4893cc6275d256b72acd77129"; rev = "7edd9f32377d4bbdcd55d369524bc58e1be65dba";
sha256 = "1rpkxpgzf141m1vmwz73jwgbs9hy74b2p6khz5kvxw52n9g51z5c"; sha256 = "1shkhz54m3dzajx6qa3yc957cky4zz287h0f84bv0n35w9l2kv60";
leaveDotGit = true; leaveDotGit = true;
} }