Skip to content

Commit

Permalink
gitlab: 8.17.4 -> 8.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Apr 6, 2017
1 parent 3603ca8 commit 536d3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitlab/default.nix
Expand Up @@ -18,11 +18,11 @@ let
};
};

version = "8.17.4";
version = "8.17.5";

gitlabDeb = fetchurl {
url = "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/jessie/gitlab-ce_${version}-ce.0_amd64.deb/download";
sha256 = "1fd6y9lyavzsm2ac10sip01dnvcd73ymcn2rqdljr4sq4f222mry";
sha256 = "1ga5ki1bh66sdk5yizjy0dqcg85hrzkdp0ag3si942yv28sjy1xk";
};

in
Expand All @@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "gitlabhq";
repo = "gitlabhq";
rev = "v${version}";
sha256 = "1yrbbf55pz7863xngl2mxwj9w4imdlqvmqywd1zpnswdsjqxa5xj";
sha256 = "0wvszxm28c80qwx6np5mi36saxzzg4n7jcp4ckvhhr3jvczn9m8g";
};

patches = [
Expand Down

0 comments on commit 536d3ca

Please sign in to comment.