Skip to content

Commit 0c97306

Browse files
authoredApr 3, 2020
Revert "tessera: 0.10.2 -> 0.10.4"
This reverts commit dacc35e.
1 parent dd65638 commit 0c97306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/blockchains/tessera.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "tessera";
5-
version = "0.10.4";
5+
version = "0.10.2";
66

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

1212
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.