ergo: 4.0.42 -> 4.0.45

This commit is contained in:
R. Ryantm 2022-09-21 14:57:33 +00:00
parent d6490a0bd9
commit 26ffd2dc0a

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ergo";
version = "4.0.42";
version = "4.0.45";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-ZcNV6qgD736KlKz4h6xHAl3ByYzca77YXoETonRaWP8=";
sha256 = "sha256-YUcBNGUs7oBiY7zkRSQxT4/t3DfvamcQPVI3h/sonHM=";
};
nativeBuildInputs = [ makeWrapper ];