We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7423222 + 707690f commit 04ad14cCopy full SHA for 04ad14c
pkgs/by-name/op/opengrok/package.nix
@@ -8,12 +8,12 @@
8
9
stdenv.mkDerivation rec {
10
pname = "opengrok";
11
- version = "1.13.27";
+ version = "1.13.28";
12
13
# binary distribution
14
src = fetchurl {
15
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
16
- hash = "sha256-Qr30+paSn3I3+tWpzALTIXP8kxireL96rKopDDj/qnM=";
+ hash = "sha256-WomA61x6/IeEZdsQJwIzmaPZdYttGLJ+Yw36gOnAUK4=";
17
};
18
19
nativeBuildInputs = [ makeWrapper ];
0 commit comments