gitlab: 8.5.7 -> 8.5.12

This commit is contained in:
Franz Pletz
2016-05-04 01:24:55 +02:00
parent 69c14985d0
commit 2acea21155
4 changed files with 3005 additions and 3006 deletions
@@ -24,7 +24,7 @@ in
stdenv.mkDerivation rec {
name = "gitlab-${version}";
version = "8.5.7";
version = "8.5.12";
buildInputs = [ ruby bundler tzdata git nodejs procps ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "gitlabhq";
repo = "gitlabhq";
rev = "v${version}";
sha256 = "0n76dafndhp0rwnnvf12zby9xap5fhcplld86pq2wyvqabg4s9yj";
sha256 = "144i97ywnr0xgm7gnwnwiy7kk5z1d71ccawl8qdhapz0705993l8";
};
patches = [