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

ergo: 4.0.7 -> 4.0.8
This commit is contained in:
Mario Rodas 2021-03-10 21:53:02 -05:00 committed by GitHub
commit 81fd851c81
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.7";
version = "4.0.8";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-CDNH7vYLG7Gn22yl+cXtGAD+c8tbNU52FmdxneTM2u4=";
sha256 = "sha256-swU4CnX2BxL3ILH/sXux8ZHMo5nAPLQOIiWmr4C8BOQ=";
};
nativeBuildInputs = [ makeWrapper ];