Skip to content

Commit

Permalink
gerrit: 3.1.2 -> 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Apr 10, 2020
1 parent ba8ffb5 commit 96e2dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gerrit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.1.2";
version = "3.1.4";

src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
sha256 = "01hak4gqaqn40a0qvmg8a89ai3ndnjls5v64m8awig8j1yysz5vl";
sha256 = "1pi4252hsx1zcmarzzimds1pw34x3fwi96nh9xvxqvv2cjjlr2c1";
};

buildCommand = ''
Expand Down

0 comments on commit 96e2dc1

Please sign in to comment.