Unverified Commit d46737f1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229112 from r-ryantm/auto-update/opengrok

opengrok: 1.12.0 -> 1.12.3
parents b2e589e1 ab4ff1fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "opengrok";
  version = "1.12.0";
  version = "1.12.3";

  # binary distribution
  src = fetchurl {
    url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
    hash = "sha256-a+iDY00cqtDm1Bm4nclbW/vRpeqWVAjAlBbKS+SC9Us=";
    hash = "sha256-GHSsfsEhBYeUbSKZfve3O2Z+bL3e7dqpl4sQKrQgWDE=";
  };

  nativeBuildInputs = [ makeWrapper ];