gitlab: 8.12.6 -> 8.12.8, fix CVE-2016-9086

https://about.gitlab.com/2016/11/02/cve-2016-9086-patches/
This commit is contained in:
Franz Pletz
2016-11-03 20:18:05 +01:00
parent d4eae0d23a
commit a7d35fdff3
4 changed files with 15 additions and 5 deletions
@@ -24,7 +24,7 @@ in
stdenv.mkDerivation rec {
name = "gitlab-${version}";
version = "8.12.6";
version = "8.12.8";
buildInputs = [ env ruby bundler tzdata git nodejs procps ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "gitlabhq";
repo = "gitlabhq";
rev = "v${version}";
sha256 = "14dbr8a1il75xz83hkdjm3yq49168mkn62l86bi36n5pfw44kcvh";
sha256 = "1l2r3mjyra53wpq724d974zv9ax5hb1qrdsz4071b2p34s70gbl3";
};
patches = [