opengrok: 1.13.22 -> 1.13.23 (#349939)

This commit is contained in:
Nick Cao 2024-10-21 09:50:52 -04:00 committed by GitHub
commit c7fc9c5982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "opengrok";
version = "1.13.22";
version = "1.13.23";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-zFF8cHElrWtLOa5xtO5N0520JC47rGOQ7YshEf12tCw=";
hash = "sha256-Fe4K6nBVg0l4Z3CW+k0OpUF8JEu+uINsA+jdAFJGmx8=";
};
nativeBuildInputs = [ makeWrapper ];