ergo: 5.0.27 -> 6.0.0

This commit is contained in:
R. Ryantm 2025-06-27 11:07:52 +00:00
parent f74fa5983b
commit 1627c5f612

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "ergo";
version = "5.0.27";
version = "6.0.0";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-cxIgV31++o9Tn5CsEyr4eWcvy8Os8zKHJkwa5EUzr6k=";
sha256 = "sha256-gHDXMirYSXMpBISMDW+Wh3o7BZuWnBG8CXV/thMh/Ww=";
};
nativeBuildInputs = [ makeWrapper ];