Unverified Commit 3f62de92 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

gerrit: 3.10.1 -> 3.10.2 (#347992)

parents 09dae2b0 836fd598
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "gerrit";
  version = "3.10.1";
  version = "3.10.2";

  src = fetchurl {
    url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
    hash = "sha256-gWONjpn/YrSHtabacI+7Ao9pGeqcialRaaca2ct5oDM=";
    hash = "sha256-jsyL7j4ENzHVi07Uii0ouWXF3hkoGrq3NJi8fB1kj8o=";
  };

  buildCommand = ''