opengrok: 1.13.26 -> 1.13.27

This commit is contained in:
R. Ryantm
2025-03-19 02:45:38 +00:00
parent 7296c7ff9a
commit 6e43cd33a7
+2 -2
View File
@@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
pname = "opengrok";
version = "1.13.26";
version = "1.13.27";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-MPKPbKi7u7SFBBkIxZDrE4TV8RRjGWpRBp6vmeeagwM=";
hash = "sha256-Qr30+paSn3I3+tWpzALTIXP8kxireL96rKopDDj/qnM=";
};
nativeBuildInputs = [ makeWrapper ];