Skip to content

Commit 1265458

Browse files
authored
opengrok: 1.13.25 -> 1.13.26 (#385144)
2 parents 2fcbe04 + 60d9683 commit 1265458

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.25";
11+
version = "1.13.26";
1212

1313
# binary distribution
1414
src = fetchurl {
1515
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
16-
hash = "sha256-8KWpj1iiM5mYWJICXgicVr1RvAT2F7P8hBxCpMUTHIs=";
16+
hash = "sha256-MPKPbKi7u7SFBBkIxZDrE4TV8RRjGWpRBp6vmeeagwM=";
1717
};
1818

1919
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)