lol

pgsync: 0.6.8 → 0.7.2

+13 -13
+5 -5
pkgs/development/tools/database/pgsync/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - parallel (1.21.0) 5 - pg (1.2.3) 6 - pgsync (0.6.8) 4 + parallel (1.22.1) 5 + pg (1.4.4) 6 + pgsync (0.7.2) 7 7 parallel 8 8 pg (>= 0.18.2) 9 9 slop (>= 4.8.2) 10 10 tty-spinner 11 - slop (4.9.1) 11 + slop (4.9.3) 12 12 tty-cursor (0.7.1) 13 13 tty-spinner (0.9.3) 14 14 tty-cursor (~> 0.7) ··· 20 20 pgsync 21 21 22 22 BUNDLED WITH 23 - 2.2.24 23 + 2.3.7
+8 -8
pkgs/development/tools/database/pgsync/gemset.nix
··· 4 4 platforms = []; 5 5 source = { 6 6 remotes = ["https://rubygems.org"]; 7 - sha256 = "1hkfpm78c2vs1qblnva3k1grijvxh87iixcnyd83s3lxrxsjvag4"; 7 + sha256 = "07vnk6bb54k4yc06xnwck7php50l09vvlw1ga8wdz0pia461zpzb"; 8 8 type = "gem"; 9 9 }; 10 - version = "1.21.0"; 10 + version = "1.22.1"; 11 11 }; 12 12 pg = { 13 13 groups = ["default"]; 14 14 platforms = []; 15 15 source = { 16 16 remotes = ["https://rubygems.org"]; 17 - sha256 = "13mfrysrdrh8cka1d96zm0lnfs59i5x2g6ps49r2kz5p3q81xrzj"; 17 + sha256 = "09a5z9qhxnybahx162q2q1cygdhxfp6cihdivvzh32jlwc37z1x3"; 18 18 type = "gem"; 19 19 }; 20 - version = "1.2.3"; 20 + version = "1.4.4"; 21 21 }; 22 22 pgsync = { 23 23 dependencies = ["parallel" "pg" "slop" "tty-spinner"]; ··· 25 25 platforms = []; 26 26 source = { 27 27 remotes = ["https://rubygems.org"]; 28 - sha256 = "1rsm1irmz97v1kxhnq4lbwwiapqa2zkx0n0xlcf68ca8sfcfql1z"; 28 + sha256 = "009xrrxqwcrcackw2w86xamkb1clb70ghcr8g8n8w9h13qaa0j78"; 29 29 type = "gem"; 30 30 }; 31 - version = "0.6.8"; 31 + version = "0.7.2"; 32 32 }; 33 33 slop = { 34 34 groups = ["default"]; 35 35 platforms = []; 36 36 source = { 37 37 remotes = ["https://rubygems.org"]; 38 - sha256 = "067bvjmjdjs19bvy138hkqqvw8li3732radcd4x5f5dbf30yk3a9"; 38 + sha256 = "0cz9fpr7zya6d44070ya0ik4pwv7c8dlqgw4bxgxficzakdxy9kf"; 39 39 type = "gem"; 40 40 }; 41 - version = "4.9.1"; 41 + version = "4.9.3"; 42 42 }; 43 43 tty-cursor = { 44 44 groups = ["default"];