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

opengrok: 1.8.4 -> 1.9.2
This commit is contained in:
Mario Rodas 2023-03-26 04:28:20 -05:00 committed by GitHub
commit e92189e6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "opengrok";
version = "1.8.4";
version = "1.9.2";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-Xy8mTpdHorGGvUGHCDKOA2HaAJY3PBWjf6Pnll4Melk=";
hash = "sha256-z5jqKRnxPOwj1sOFGt0m54m9t0l3xBfulvmQCYeJj40=";
};
nativeBuildInputs = [ makeWrapper ];