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.
1 parent 03aafcd commit 60d9683Copy full SHA for 60d9683
pkgs/by-name/op/opengrok/package.nix
@@ -8,12 +8,12 @@
8
9
stdenv.mkDerivation rec {
10
pname = "opengrok";
11
- version = "1.13.25";
+ version = "1.13.26";
12
13
# binary distribution
14
src = fetchurl {
15
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
16
- hash = "sha256-8KWpj1iiM5mYWJICXgicVr1RvAT2F7P8hBxCpMUTHIs=";
+ hash = "sha256-MPKPbKi7u7SFBBkIxZDrE4TV8RRjGWpRBp6vmeeagwM=";
17
};
18
19
nativeBuildInputs = [ makeWrapper ];
0 commit comments