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

ergo: 5.0.13 -> 5.0.14
This commit is contained in:
Weijia Wang 2023-10-13 02:11:14 +02:00 committed by GitHub
commit 8f12da6c8d
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 = "5.0.13";
version = "5.0.14";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-ZnWiP6Mk6EnrqPT+apSQ0igIEVHy+B8QVbsXRna7up0=";
sha256 = "sha256-YcFjnDs1hAmkYmJlq3yvY/IP6P9SPVGknbzapl5C2B4=";
};
nativeBuildInputs = [ makeWrapper ];