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: fe054079fdbb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61e2c7b02945
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 23, 2019

  1. parity-beta: 2.3.2 -> 2.5.0

    akru committed Apr 23, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    shlevy Shea Levy
    Copy the full SHA
    3ec2e26 View commit details
  2. parity: 2.2.9 -> 2.4.5

    akru committed Apr 23, 2019
    Copy the full SHA
    da97351 View commit details
  3. Merge pull request #59826 from akru/parity

    parity: 2.3 -> 2.4
    infinisil authored Apr 23, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    shlevy Shea Levy
    Copy the full SHA
    61e2c7b View commit details
Showing with 6 additions and 6 deletions.
  1. +3 −3 pkgs/applications/altcoins/parity/beta.nix
  2. +3 −3 pkgs/applications/altcoins/parity/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/altcoins/parity/beta.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
version = "2.3.2";
sha256 = "1063n7lkcfkywi0a06pxkw0wkq3qyq4lr53fv584mlbnh2hj8gpm";
cargoSha256 = "1pj5hzy7k1l9bbw1qpz80vvk89qz4qz4rnnkcvn2rkbmq382gxwy";
version = "2.5.0";
sha256 = "1dsckybjg2cvrvcs1bya03xymcm0whfxcb1v0vljn5pghyazgvhx";
cargoSha256 = "0z7dmzpqg0qnkga7r4ykwrvz8ds1k9ik7cx58h2vnmhrhrddvizr";
in
import ./parity.nix { inherit version sha256 cargoSha256; }
6 changes: 3 additions & 3 deletions pkgs/applications/altcoins/parity/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
version = "2.2.9";
sha256 = "0n9zk25ni4asfdqc4xh0gqp2446vxacqz7qcrmsngf8swvayvi16";
cargoSha256 = "10lg0vzikzlj927hpn59x1dz9dvhcaqsl8nz14vj2iz42vfkcm7p";
version = "2.4.5";
sha256 = "02ajwjw6cz86x6zybvw5l0pgv7r370hickjv9ja141w7bhl70q3v";
cargoSha256 = "1n218c43gf200xlb3q03bd6w4kas0jsqx6ciw9s6h7h18wwibvf1";
in
import ./parity.nix { inherit version sha256 cargoSha256; }