Unverified Commit 13964c24 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ergo: 5.0.24 -> 5.0.25 (#381040)

parents f34da8ab 96993904
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "ergo";
  version = "5.0.24";
  version = "5.0.25";

  src = fetchurl {
    url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
    sha256 = "sha256-+dpSgqJGHUNzIBQBbfbeclB5t+NyaluGRTCZ4OESZu8=";
    sha256 = "sha256-4Eoo1f9oLxYdFC1M46Bq1D9RbIeOoWh0qECzcBbv3KA=";
  };

  nativeBuildInputs = [ makeWrapper ];