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

Commits on Nov 4, 2020

  1. Copy the full SHA
    6ebbc31 View commit details

Commits on Nov 5, 2020

  1. Merge pull request #102856 from marsam/update-shadowsocks-rust

    shadowsocks-rust: 1.8.18 -> 1.8.23
    stigtsp authored Nov 5, 2020
    Copy the full SHA
    4a72c7e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/shadowsocks-rust/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/shadowsocks-rust/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "shadowsocks-rust";
version = "1.8.18";
version = "1.8.23";

src = fetchFromGitHub {
rev = "v${version}";
owner = "shadowsocks";
repo = pname;
sha256 = "1kxf0qcyg5mhddrzwv0hd1fy901wl0ydmxi6b1k2217xmgiyi2s6";
sha256 = "1ylasv33478cgwmr8wrd4705azfzrw495w629ncynamv7z17w3k3";
};

cargoSha256 = "0vmd4sjagyhrc7q7fszwcjh4nhhmhckmx48i1h2xhr68bwncmyif";
cargoSha256 = "060k2dil38bx4zb5nnkr3mj6aayginbhr3aqjv0h071q0vlvp05p";

SODIUM_USE_PKG_CONFIG = 1;