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

ergo: 3.2.5 -> 3.2.6
This commit is contained in:
Marek Mahut 2020-06-15 13:59:12 +02:00 committed by GitHub
commit c54f0ac08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ergo";
version = "3.2.5";
version = "3.2.6";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "0vaq6cqz03ps0fg3rvk298jnbf8mazvmyfcj7zsf1cgw41xdjjcf";
sha256 = "1a38j7dy6ax9xvcjbdkiz0z33ln4rlmgrxznvqhdf11j70g1sr6x";
};
nativeBuildInputs = [ makeWrapper ];