ergo: 5.0.18 -> 5.0.19

This commit is contained in:
R. Ryantm 2024-01-22 02:43:25 +00:00
parent 0fbb6483cf
commit ad7037ee37

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ergo";
version = "5.0.18";
version = "5.0.19";
src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "sha256-WwchK7qyy+J7TiWj4exBMLGkLmbPFDA7yNQVZ779nmk=";
sha256 = "sha256-ogr2tdXVQcUOE26PGsYeAGi8+5zbM5m/BVuHxemVNGM=";
};
nativeBuildInputs = [ makeWrapper ];