Gitlab package version 8.5.1 -> 8.5.5

-had to bump the versions on a few gem dependencies
This commit is contained in:
Philipp Volguine
2016-03-13 21:05:11 +00:00
parent 10198b586e
commit a2424fffd3
2 changed files with 21 additions and 21 deletions
@@ -24,7 +24,7 @@ in
stdenv.mkDerivation rec {
name = "gitlab-${version}";
version = "8.5.1";
version = "8.5.5";
buildInputs = [ ruby bundler tzdata git nodejs procps ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "gitlabhq";
repo = "gitlabhq";
rev = "v${version}";
sha256 = "1pn5r4axzjkgdjr59y3wgxsd2n83zfd5bry1g2w4c2qw0wcw7zqb";
sha256 = "05cjqjcmwxlc67xr34ki83q8pn6bsvxvywmiys20bksq3maxdyih";
};
patches = [