Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 340c953ef028
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 696274fae720
Choose a head ref

Commits on Mar 15, 2020

  1. certbot: 1.0.0 -> 1.3.0

    prusnak committed Mar 15, 2020
    Copy the full SHA
    d07543a View commit details

Commits on Apr 2, 2020

  1. zenith: init at 0.8.0

    bbigras committed Apr 2, 2020
    Copy the full SHA
    6d6f5d1 View commit details

Commits on Apr 3, 2020

  1. Copy the full SHA
    2c5c285 View commit details
  2. Copy the full SHA
    5452d07 View commit details
  3. Revert "tessera: 0.10.2 -> 0.10.4"

    This reverts commit dacc35e.
    mmahut authored Apr 3, 2020
    Copy the full SHA
    0c97306 View commit details
  4. Copy the full SHA
    877baac View commit details
  5. firefox: 74.0 -> 74.0.1

    andir committed Apr 3, 2020
    Copy the full SHA
    48e6a3f View commit details
  6. firefox-bin: 74.0 -> 74.0.1

    andir committed Apr 3, 2020
    Copy the full SHA
    87abb48 View commit details
  7. Copy the full SHA
    c1d2dc9 View commit details
  8. Copy the full SHA
    befaaff View commit details
  9. Copy the full SHA
    f6430a2 View commit details
  10. Copy the full SHA
    2133c10 View commit details

Commits on Apr 4, 2020

  1. Merge pull request #84212 from prusnak/scummvm-games

    scummvm: add broken-sword-25 and dreamweb games
    peterhoeg authored Apr 4, 2020
    Copy the full SHA
    919430d View commit details
  2. Merge pull request #84206 from shazow/steamrt-update

    steam: Update generated runtime dependencies
    srhb authored Apr 4, 2020
    Copy the full SHA
    8223091 View commit details
  3. 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
  4. Merge pull request #81196 from prusnak/certbot

    certbot: 1.0.0 -> 1.3.0
    mmahut authored Apr 4, 2020
    Copy the full SHA
    b6dbef4 View commit details
  5. Copy the full SHA
    84d0a23 View commit details
  6. Merge pull request #84211 from andir/firefox

    firefox: 74.0 -> 74.0.1
    andir authored Apr 4, 2020
    Copy the full SHA
    da542ec View commit details
  7. Merge pull request #84227 from marsam/update-buildah

    buildah: 1.14.5 -> 1.14.6
    marsam authored Apr 4, 2020
    Copy the full SHA
    2510349 View commit details
  8. Merge pull request #84229 from marsam/update-pueue

    pueue: 0.2.1 -> 0.3.0
    marsam authored Apr 4, 2020
    Copy the full SHA
    e8825c4 View commit details
  9. Copy the full SHA
    d8f5bce View commit details
  10. OCaml: default to version 4.09

    vbgl committed Apr 4, 2020
    Copy the full SHA
    4dd89ce View commit details
  11. Merge pull request #83183 from bbigras/zenith

    zenith: init at 0.8.0
    timokau authored Apr 4, 2020
    Copy the full SHA
    696274f View commit details
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 ];
6 changes: 3 additions & 3 deletions pkgs/applications/misc/pueue/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "pueue";
version = "0.2.1";
version = "0.3.0";

src = fetchFromGitHub {
owner = "Nukesor";
repo = pname;
rev = "v${version}";
sha256 = "1yx69pwdal0p5dfhabjdns9z6z3fa41wh7bxa4dpsjx37ziglcsp";
sha256 = "11x4y3ah9f7mv9jssws95sw7rd20fxwdh11mrhcb4vwk59cmqsjz";
};

cargoSha256 = "1ksr5fw9p3j1bnlgfimb5nsryb4si8ic2x4prsra1mwkc91hr7x3";
cargoSha256 = "06zv3li14sg4a8bgj38zzx576ggm32ss0djmys1g0h5a0nxaaqfx";

checkPhase = "cargo test -- --skip test_single_huge_payload";

Loading