Skip to content

Commit 04ad14c

Browse files
authored
opengrok: 1.13.27 -> 1.13.28 (#399208)
2 parents 7423222 + 707690f commit 04ad14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/opengrok/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "opengrok";
11-
version = "1.13.27";
11+
version = "1.13.28";
1212

1313
# binary distribution
1414
src = fetchurl {
1515
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
16-
hash = "sha256-Qr30+paSn3I3+tWpzALTIXP8kxireL96rKopDDj/qnM=";
16+
hash = "sha256-WomA61x6/IeEZdsQJwIzmaPZdYttGLJ+Yw36gOnAUK4=";
1717
};
1818

1919
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)