gitlab: 8.12.1 -> 8.12.6

This commit is contained in:
Franz Pletz
2016-10-14 17:34:29 +02:00
parent a7a34745b6
commit 9df6c89a6e
5 changed files with 15 additions and 15 deletions
@@ -24,7 +24,7 @@ in
stdenv.mkDerivation rec {
name = "gitlab-${version}";
version = "8.12.1";
version = "8.12.6";
buildInputs = [ env ruby bundler tzdata git nodejs procps ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "gitlabhq";
repo = "gitlabhq";
rev = "v${version}";
sha256 = "1aq91q89g3xb28v833748y9ywy9d6551zn3hb22cqphjijkn3wgl";
sha256 = "14dbr8a1il75xz83hkdjm3yq49168mkn62l86bi36n5pfw44kcvh";
};
patches = [