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