lol

pgsync: 0.7.3 -> 0.7.4

+11 -11
+5 -5
pkgs/development/tools/database/pgsync/Gemfile.lock
··· 2 2 remote: https://rubygems.org/ 3 3 specs: 4 4 parallel (1.22.1) 5 - pg (1.4.5) 6 - pgsync (0.7.3) 5 + pg (1.4.6) 6 + pgsync (0.7.4) 7 7 parallel 8 8 pg (>= 0.18.2) 9 - slop (>= 4.8.2) 9 + slop (>= 4.10.1) 10 10 tty-spinner 11 - slop (4.10.0) 11 + slop (4.10.1) 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.3.7 23 + 2.4.6
+6 -6
pkgs/development/tools/database/pgsync/gemset.nix
··· 14 14 platforms = []; 15 15 source = { 16 16 remotes = ["https://rubygems.org"]; 17 - sha256 = "1wd6nl81nbdwck04hccsm7wf23ghpi8yddd9j4rbwyvyj0sbsff1"; 17 + sha256 = "07m6lxljabw9kyww5k5lgsxsznsm1v5l14r1la09gqka9b5kv3yr"; 18 18 type = "gem"; 19 19 }; 20 - version = "1.4.5"; 20 + version = "1.4.6"; 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 = "18misp6iwjr3cd4jzhbnf2q058gnkxx27jx1b87z6p64bwkgr3x2"; 28 + sha256 = "1f2lzsa7l88skp18f8w1ch9w8a42pymc48rdaqjrrdgg0126kvj3"; 29 29 type = "gem"; 30 30 }; 31 - version = "0.7.3"; 31 + version = "0.7.4"; 32 32 }; 33 33 slop = { 34 34 groups = ["default"]; 35 35 platforms = []; 36 36 source = { 37 37 remotes = ["https://rubygems.org"]; 38 - sha256 = "052mhd76f4dshc36f2bd5pp807lgnaj5i6ai8jg075384wcfhcpb"; 38 + sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4"; 39 39 type = "gem"; 40 40 }; 41 - version = "4.10.0"; 41 + version = "4.10.1"; 42 42 }; 43 43 tty-cursor = { 44 44 groups = ["default"];