gitlab: 8.10.3 -> 8.10.6

This commit is contained in:
Franz Pletz
2016-08-17 05:36:24 +02:00
parent 5a501bd828
commit b070a9c439
5 changed files with 56 additions and 57 deletions
@@ -24,7 +24,7 @@ in
stdenv.mkDerivation rec {
name = "gitlab-${version}";
version = "8.10.3";
version = "8.10.6";
buildInputs = [ env ruby bundler tzdata git nodejs procps ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "gitlabhq";
repo = "gitlabhq";
rev = "v${version}";
sha256 = "0fhnwrgrpccc2j9wgdmwwi9h1ym3ll97lhmddq0xfzivc302ri3w";
sha256 = "1nk0ak9p5ncqynrm965ypwb9bj7b1r2jy5g4vdb9b0ma1ns2bkzf";
};
patches = [