opengrok: 1.12.8 -> 1.12.9
Diff: https://github.com/oracle/opengrok/compare/1.12.8...1.12.9
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opengrok";
|
||||
version = "1.12.8";
|
||||
version = "1.12.9";
|
||||
|
||||
# binary distribution
|
||||
src = fetchurl {
|
||||
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-ZlX/DWiRSswAmkK/YzbyAvu3FIrnscZVX3pnZtjGfF0=";
|
||||
hash = "sha256-8VyCMFFL85qqnkO66qobB0OzF8DWfpjkc8Jxbp8FtH0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user