Skip to content

Commit

Permalink
Revert "tessera: 0.10.2 -> 0.10.4"
Browse files Browse the repository at this point in the history
This reverts commit dacc35e.
  • Loading branch information
mmahut committed Apr 3, 2020
1 parent dd65638 commit 0c97306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/tessera.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "tessera";
version = "0.10.4";
version = "0.10.2";

src = fetchurl {
url = "https://oss.sonatype.org/service/local/repositories/releases/content/com/jpmorgan/quorum/${pname}-app/${version}/${pname}-app-${version}-app.jar";
sha256 = "1sqj0mc80922yavx9hlwnl1kpmavpza2g2aycz1qd0zv0s31z9wj";
sha256 = "1zn8w7q0q5man0407kb82lw4mlvyiy9whq2f6izf2b5415f9s0m4";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 0c97306

Please sign in to comment.