Commit ab4ff1fa authored by R. RyanTM's avatar R. RyanTM
Browse files

opengrok: 1.12.0 -> 1.12.3

parent 46285d50
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 ];