Skip to content

Commit

Permalink
ergo: 5.0.23 -> 5.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2024
1 parent 6832176 commit 0196082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/er/ergo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 0196082

Please sign in to comment.