Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

redmine: 3.4.10 -> 3.4.11

(cherry picked from commit 49bd8811665c440a5d2b9f38fbada5cb498a272f)

+11 -11
+3 -3
pkgs/applications/version-management/redmine/Gemfile.lock
··· 57 57 addressable 58 58 docile (1.1.5) 59 59 erubis (2.7.0) 60 - ffi (1.10.0) 60 + ffi (1.11.1) 61 61 globalid (0.4.2) 62 62 activesupport (>= 4.2.0) 63 63 htmlentities (4.3.4) ··· 88 88 pg (0.18.4) 89 89 protected_attributes (1.1.4) 90 90 activemodel (>= 4.0.1, < 5.0) 91 - public_suffix (3.0.3) 91 + public_suffix (3.1.0) 92 92 rack (1.6.11) 93 93 rack-openid (1.4.2) 94 94 rack (>= 1.1.0) ··· 135 135 railties (>= 3.0, < 5.1) 136 136 roadie (~> 3.1) 137 137 ruby-openid (2.3.0) 138 - rubyzip (1.2.2) 138 + rubyzip (1.2.3) 139 139 selenium-webdriver (2.53.4) 140 140 childprocess (~> 0.5) 141 141 rubyzip (~> 1.0)
+2 -2
pkgs/applications/version-management/redmine/default.nix
··· 1 1 { stdenv, fetchurl, bundlerEnv, ruby }: 2 2 3 3 let 4 - version = "3.4.10"; 4 + version = "3.4.11"; 5 5 rubyEnv = bundlerEnv { 6 6 name = "redmine-env-${version}"; 7 7 ··· 15 15 16 16 src = fetchurl { 17 17 url = "https://www.redmine.org/releases/${name}.tar.gz"; 18 - sha256 = "08clfg7wgp4wnajawdn7qgrv7r8lk8d8haqkl7iz77ygdi3mpyrh"; 18 + sha256 = "14987sd9ff2n3982qlfwd4m0g1m10w8jyv791nica3wppvnrxh0r"; 19 19 }; 20 20 21 21 buildInputs = [ rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler ];
+6 -6
pkgs/applications/version-management/redmine/gemset.nix
··· 166 166 ffi = { 167 167 source = { 168 168 remotes = ["https://rubygems.org"]; 169 - sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p"; 169 + sha256 = "06mvxpjply8qh4j3fj9wh08kdzwkbnvsiysh0vrhlk5cwxzjmblh"; 170 170 type = "gem"; 171 171 }; 172 - version = "1.10.0"; 172 + version = "1.11.1"; 173 173 }; 174 174 globalid = { 175 175 dependencies = ["activesupport"]; ··· 342 342 public_suffix = { 343 343 source = { 344 344 remotes = ["https://rubygems.org"]; 345 - sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l"; 345 + sha256 = "1c7c5xxkx91hwj4572hbnyvxmydb90q69wlpr2l0dxrmwx2p365l"; 346 346 type = "gem"; 347 347 }; 348 - version = "3.0.3"; 348 + version = "3.1.0"; 349 349 }; 350 350 rack = { 351 351 source = { ··· 504 504 rubyzip = { 505 505 source = { 506 506 remotes = ["https://rubygems.org"]; 507 - sha256 = "1n1lb2sdwh9h27y244hxzg1lrxxg2m53pk1vq7p33bna003qkyrj"; 507 + sha256 = "1w9gw28ly3zyqydnm8phxchf4ymyjl2r7zf7c12z8kla10cpmhlc"; 508 508 type = "gem"; 509 509 }; 510 - version = "1.2.2"; 510 + version = "1.2.3"; 511 511 }; 512 512 selenium-webdriver = { 513 513 dependencies = ["childprocess" "rubyzip" "websocket"];