Skip to content

Commit

Permalink
Merge pull request #95965 from r-ryantm/auto-update/ergo
Browse files Browse the repository at this point in the history
ergo: 3.3.0 -> 3.3.1
  • Loading branch information
mmahut committed Aug 22, 2020
2 parents 2fb9ee9 + 8c61660 commit 464cdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/ergo/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "ergo";
version = "3.3.0";
version = "3.3.1";

src = fetchurl {
url = "https://github.com/ergoplatform/ergo/releases/download/v${version}/ergo-${version}.jar";
sha256 = "1lja4ba6bm1jk0lh2ra5v8i5g3f1gy7mk2b3yrx1w7x02ll9gr06";
sha256 = "1qr1vfb6mhm2hxl2ksydkhadm7phadn93lwm3f9zni01plk56bb5";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 464cdcf

Please sign in to comment.