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: 73b5a2531c44
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db192da7d56a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 9, 2019

  1. Copy the full SHA
    6b8db64 View commit details

Commits on Jun 10, 2019

  1. synapse-bt: unstable-2019-05-26 -> 1.0 (#62910)

    synapse-bt: unstable-2019-05-26 -> 1.0
    dywedir authored Jun 10, 2019
    Copy the full SHA
    db192da View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/p2p/synapse-bt/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/p2p/synapse-bt/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
pname = "synapse-bt";
version = "unstable-2019-05-26";
version = "1.0";

src = fetchFromGitHub {
owner = "Luminarys";
repo = "synapse";
rev = "4a6e6c33b4c36eca89d216906d615797ba9a519e";
sha256 = "0110y3lkzfhgvmdg6q71jyp5q9jjp2bzdb6cwnkp8c734c2k1gfw";
rev = version;
sha256 = "01npv3zwia5d534zdwisd9xfng507adv4qkljf8z0zm0khqqn71a";
};

cargoSha256 = "0m4jigz6la3mf4yq217849ilcncb7d97mqyw2qicff4rbscdgf6h";