redmine: 3.4.8 -> 3.4.9 & 4.0.1 -> 4.0.2

This commit is contained in:
Aaron Andersen
2019-02-28 20:51:21 -05:00
parent 898870824d
commit 79c8da230b
8 changed files with 22 additions and 20 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, bundlerEnv, ruby }:
let
version = "3.4.8";
version = "3.4.9";
rubyEnv = bundlerEnv {
name = "redmine-env-${version}";
@@ -15,7 +15,7 @@ in
src = fetchurl {
url = "https://www.redmine.org/releases/${name}.tar.gz";
sha256 = "1d8bj3hx2nlyvsqbx7zbslb4dgwgyxidj4jzh4n2ki0i7vgw0x5m";
sha256 = "1f7sgyka21cjkvmdqkkwrx1hn0b38yq4b7283vw858fccp0l2vy2";
};
buildInputs = [ rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler ];