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

opengrok: 1.12.6 -> 1.12.7
This commit is contained in:
Weijia Wang 2023-05-24 14:37:10 +03:00 committed by GitHub
commit 5acfd656f6
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.6";
version = "1.12.7";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-m8yD/VEDBE2yfdNiBMhmSELp+Yy//+bTzXqBMGcVeEI=";
hash = "sha256-4Nq+/yr+MhY4D0yZZSzl3etQEUCGIJjcuaP6ZFGLMpY=";
};
nativeBuildInputs = [ makeWrapper ];
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://opengrok.github.io/OpenGrok/";
license = licenses.cddl;
maintainers = [ ];
platforms = platforms.all;
};
}