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

opengrok: 1.12.21 -> 1.12.23
This commit is contained in:
Pol Dellaiera 2023-11-27 20:58:06 +01:00 committed by GitHub
commit ce1acd6b96
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.12.21";
version = "1.12.23";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-SjA5J9fILU/FBNXRS/cvGZVWAK2qqOyMsd6wC/CJYaE=";
hash = "sha256-dBEdd6ZwSVaQSeIWRPUIMRY6wyLuFiXwtYViQUDUjj8=";
};
nativeBuildInputs = [ makeWrapper ];