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

Commits on Jan 10, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    cole-h Cole Helbling
    Copy the full SHA
    8665420 View commit details

Commits on Jan 11, 2020

  1. Merge pull request #77411 from marsam/update-shadowsocks-libev

    shadowsocks-libev: 3.3.3 -> 3.3.4
    marsam authored Jan 11, 2020
    Copy the full SHA
    f136282 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/shadowsocks-libev/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/shadowsocks-libev/default.nix
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@

stdenv.mkDerivation rec {
pname = "shadowsocks-libev";
version = "3.3.3";
version = "3.3.4";

# Git tag includes CMake build files which are much more convenient.
src = fetchFromGitHub {
owner = "shadowsocks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "1i2431imbn4bhwmwyz63g5mh1g5ikhsiwv6mzcdc2kx34zjpibrj";
sha256 = "05f1vvd0r0wanbb61rf4p6y991jp7625l0i223v23r2ji43y3i5a";
fetchSubmodules = true;
};