Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8223091c886b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 788e07c38066
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 3, 2020

  1. Revert "tessera: 0.10.2 -> 0.10.4"

    This reverts commit dacc35e.
    mmahut authored Apr 3, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    markuskowa Markus Kowalewski
    Copy the full SHA
    0c97306 View commit details

Commits on Apr 4, 2020

  1. Merge pull request #84193 from NixOS/revert-84025-auto-update/tessera

    Revert "tessera: 0.10.2 -> 0.10.4"
    mmahut authored Apr 4, 2020
    Copy the full SHA
    788e07c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/blockchains/tessera.nix
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/tessera.nix
Original file line number Diff line number Diff line change
@@ -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 ];