opengrok: 1.12.3 -> 1.12.4

This commit is contained in:
R. Ryantm 2023-05-06 13:15:13 +00:00
parent 0ef7eafdb1
commit d8787b0f38

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "opengrok";
version = "1.12.3";
version = "1.12.4";
# binary distribution
src = fetchurl {
url = "https://github.com/oracle/opengrok/releases/download/${version}/${pname}-${version}.tar.gz";
hash = "sha256-GHSsfsEhBYeUbSKZfve3O2Z+bL3e7dqpl4sQKrQgWDE=";
hash = "sha256-pUHNLiZng8lIO+UFP6r6dfwPI6m8RRuuW2wS1pJXZmQ=";
};
nativeBuildInputs = [ makeWrapper ];