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

ergo: 4.0.103 -> 4.0.104
This commit is contained in:
Jörg Thalheim 2022-10-08 12:36:39 +02:00 committed by GitHub
commit ea7b87a6ec
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.103";
version = "4.0.104";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-9vGPHNq76BSdqN1z0KzDOzeMOHAUKnA3Jpx+I5+FOFM=";
sha256 = "sha256-h6OVeDifYIKyIkwbN/pmJWge4/YGL6cnQQ/sI14LsHQ=";
};
nativeBuildInputs = [ makeWrapper ];