Merge pull request #192625 from r-ryantm/auto-update/ergo

ergo: 4.0.45 -> 4.0.103
This commit is contained in:
Mario Rodas 2022-09-30 07:13:15 -05:00 committed by GitHub
commit 196b45a0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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