ergo: 5.0.27 -> 6.0.0 (#420501)

This commit is contained in:
Wolfgang Walther 2025-07-11 18:18:41 +00:00 committed by GitHub
commit 4fbaf93383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];