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

ergo: 5.0.19 -> 5.0.20
This commit is contained in:
Mario Rodas
2024-02-10 06:29:52 -05:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ergo";
version = "5.0.19";
version = "5.0.20";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-ogr2tdXVQcUOE26PGsYeAGi8+5zbM5m/BVuHxemVNGM=";
sha256 = "sha256-wC3KnuKHsUw1jt7EXVAgPhB6Sk8630sVaM3yn6CGPqs=";
};
nativeBuildInputs = [ makeWrapper ];