Unverified Commit 398e0b17 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

ergo: 5.0.9 -> 5.0.10
parents d7fbfec2 63ce062e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];