opengrok: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm
2025-06-17 07:43:19 +00:00
parent 1f622956bd
commit ee4103e6c8
+2 -2
View File
@@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
pname = "opengrok";
version = "1.14.0";
version = "1.14.1";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-9tTUD5mG6xdkGcZkwXyo9YnvlehuHDT/FH6tvua0S7c=";
hash = "sha256-Th9+lX2zcCVCdOXA+iXCj1RVstCZCJK5jW6qQw+ugP4=";
};
nativeBuildInputs = [ makeWrapper ];