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

opengrok: 1.13.0 -> 1.13.1
This commit is contained in:
Nick Cao 2024-01-10 11:05:00 -05:00 committed by GitHub
commit 6dde0ad85e
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.13.0";
version = "1.13.1";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-qlZPoJrsH5ZHOXI0+eLiO/9rjZFXVLiF1dahTNbzfUI=";
hash = "sha256-3/BBLPoYX1/ft3MGiJD9OPtkB2PJM7bXkGRuXxTToXI=";
};
nativeBuildInputs = [ makeWrapper ];