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

ergo: 4.0.15 -> 4.0.16
This commit is contained in:
Mario Rodas 2021-12-08 02:04:01 -05:00 committed by GitHub
commit 94bb6f6775
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.15";
version = "4.0.16";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-4omuu/9EeywWDkk//4TTal/1siCe/4YMmEsIefBxsuY=";
sha256 = "sha256-cdfpXJtN/JXQNBnCyTIvJLQQhjzDV3+l4WoASII9uuU=";
};
nativeBuildInputs = [ makeWrapper ];