opengrok: 1.12.7 -> 1.12.8
This commit is contained in:
parent
70989b1b2c
commit
5912945b28
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opengrok";
|
||||
version = "1.12.7";
|
||||
version = "1.12.8";
|
||||
|
||||
# binary distribution
|
||||
src = fetchurl {
|
||||
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-4Nq+/yr+MhY4D0yZZSzl3etQEUCGIJjcuaP6ZFGLMpY=";
|
||||
hash = "sha256-ZlX/DWiRSswAmkK/YzbyAvu3FIrnscZVX3pnZtjGfF0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user