lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

compass: regenerate gem files (#143468)

authored by

Arthur Azevedo de Amorim and committed by
GitHub
5d40d29a 46eb2c0b

+16 -16
+6 -6
pkgs/development/tools/compass/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - chunky_png (1.3.11) 4 + chunky_png (1.4.0) 5 5 compass (1.0.3) 6 6 chunky_png (~> 1.2) 7 7 compass-core (~> 1.0.2) ··· 14 14 sass (>= 3.3.0, < 3.5) 15 15 compass-import-once (1.0.5) 16 16 sass (>= 3.2, < 3.5) 17 - ffi (1.10.0) 18 - multi_json (1.13.1) 19 - rb-fsevent (0.10.3) 20 - rb-inotify (0.10.0) 17 + ffi (1.15.4) 18 + multi_json (1.15.0) 19 + rb-fsevent (0.11.0) 20 + rb-inotify (0.10.1) 21 21 ffi (~> 1.0) 22 22 sass (3.4.25) 23 23 ··· 28 28 compass! 29 29 30 30 BUNDLED WITH 31 - 2.1.4 31 + 2.2.24
+10 -10
pkgs/development/tools/compass/gemset.nix
··· 4 4 platforms = []; 5 5 source = { 6 6 remotes = ["https://rubygems.org"]; 7 - sha256 = "124najs9prqzrzk49h53kap992rmqxj0wni61z2hhsn7mwmgdp9d"; 7 + sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9"; 8 8 type = "gem"; 9 9 }; 10 - version = "1.3.11"; 10 + version = "1.4.0"; 11 11 }; 12 12 compass = { 13 13 dependencies = ["chunky_png" "compass-core" "compass-import-once" "rb-fsevent" "rb-inotify" "sass"]; ··· 47 47 platforms = []; 48 48 source = { 49 49 remotes = ["https://rubygems.org"]; 50 - sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p"; 50 + sha256 = "0ssxcywmb3flxsjdg13is6k01807zgzasdhj4j48dm7ac59cmksn"; 51 51 type = "gem"; 52 52 }; 53 - version = "1.10.0"; 53 + version = "1.15.4"; 54 54 }; 55 55 multi_json = { 56 56 groups = ["default"]; 57 57 platforms = []; 58 58 source = { 59 59 remotes = ["https://rubygems.org"]; 60 - sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv"; 60 + sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; 61 61 type = "gem"; 62 62 }; 63 - version = "1.13.1"; 63 + version = "1.15.0"; 64 64 }; 65 65 rb-fsevent = { 66 66 groups = ["default"]; 67 67 platforms = []; 68 68 source = { 69 69 remotes = ["https://rubygems.org"]; 70 - sha256 = "1lm1k7wpz69jx7jrc92w3ggczkjyjbfziq5mg62vjnxmzs383xx8"; 70 + sha256 = "1qsx9c4jr11vr3a9s5j83avczx9qn9rjaf32gxpc2v451hvbc0is"; 71 71 type = "gem"; 72 72 }; 73 - version = "0.10.3"; 73 + version = "0.11.0"; 74 74 }; 75 75 rb-inotify = { 76 76 dependencies = ["ffi"]; ··· 78 78 platforms = []; 79 79 source = { 80 80 remotes = ["https://rubygems.org"]; 81 - sha256 = "1fs7hxm9g6ywv2yih83b879klhc4fs8i0p9166z795qmd77dk0a4"; 81 + sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"; 82 82 type = "gem"; 83 83 }; 84 - version = "0.10.0"; 84 + version = "0.10.1"; 85 85 }; 86 86 sass = { 87 87 groups = ["default"];