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

opengrok: 1.13.19 -> 1.13.20
This commit is contained in:
Pol Dellaiera 2024-08-24 00:00:33 +02:00 committed by GitHub
commit ac36fb6410
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.19";
version = "1.13.20";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-TRBKyEMoaus8wndTnS6lAtEDdzHKK2oSbWv9dZYcOZU=";
hash = "sha256-qlD1zm2eCQm27N268tht0jtsSiCi3A31XCTFXG9jB0Y=";
};
nativeBuildInputs = [ makeWrapper ];