lol

opengrok: 0.12.5 -> 1.0

Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.0 with grep in /nix/store/x8i9mf6wvwj3n7il5kixfyrn0gdshnsb-opengrok-1.0
- found 1.0 in filename of file in /nix/store/x8i9mf6wvwj3n7il5kixfyrn0gdshnsb-opengrok-1.0

+3 -3
+3 -3
pkgs/development/tools/misc/opengrok/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "opengrok-${version}"; 5 - version = "0.12.5"; 5 + version = "1.0"; 6 6 7 - # 0.12.5 is the latest distributed as a .tar.gz file. 7 + # 1.0 is the latest distributed as a .tar.gz file. 8 8 # Newer are distribued as .zip so a source build is required. 9 9 10 10 # if builded from source ··· 16 16 # binary distribution 17 17 src = fetchurl { 18 18 url = https://github.com/OpenGrok/OpenGrok/files/213268/opengrok-0.12.1.5.tar.gz; 19 - sha256 = "c3ce079f6ed1526c475cb4b9a7aa901f75507318c93b436d6c14eba4098e4ead"; 19 + sha256 = "1bafiq4s9sqldinl6fy931rm0x8zj2magfdlbi3nqlnidsghgkn3"; 20 20 }; 21 21 22 22 buildInputs = [ makeWrapper ];