ergo: 6.0.0 -> 6.0.1

This commit is contained in:
R. Ryantm 2025-08-09 22:11:51 +00:00
parent b5b18aab99
commit 5252e5acbb

View File

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