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

opengrok: 1.12.0 -> 1.12.3
This commit is contained in:
Weijia Wang 2023-05-01 07:32:06 +03:00 committed by GitHub
commit d46737f118
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.0";
version = "1.12.3";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-a+iDY00cqtDm1Bm4nclbW/vRpeqWVAjAlBbKS+SC9Us=";
hash = "sha256-GHSsfsEhBYeUbSKZfve3O2Z+bL3e7dqpl4sQKrQgWDE=";
};
nativeBuildInputs = [ makeWrapper ];