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

ergo: 5.0.9 -> 5.0.10
This commit is contained in:
Weijia Wang 2023-05-06 00:11:59 +03:00 committed by GitHub
commit 398e0b1775
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.9";
version = "5.0.10";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-EChnLRoInWFRuRMfnyRlZbZBWB6/QG9yRdwW9+IiMYc=";
sha256 = "sha256-T1+xQtXbLyfiV1IAeIiqzIFt1UZuctIkyNGzRc8E+zM=";
};
nativeBuildInputs = [ makeWrapper ];