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

Commits on Oct 25, 2018

  1. Copy the full SHA
    2da9bb8 View commit details
  2. Merge pull request #49114 from qolii/eternal-terminal__5_1_6__5_1_7

    eternal-terminal: 5.1.6 -> 5.1.7.
    jtojnar authored Oct 25, 2018
    Copy the full SHA
    968dca8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/eternal-terminal/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/eternal-terminal/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "eternal-terminal-${version}";
version = "5.1.6";
version = "5.1.7";

src = fetchFromGitHub {
owner = "MisterTea";
repo = "EternalTCP";
rev = "refs/tags/et-v${version}";
sha256 = "0df573c5hi3hxa0d3m02zf2iyh841540dklj9lmp6faik8cp39jz";
sha256 = "17ndpkpyh8hwr6v7ac6029sja95nhn9c1g8r93g20rp0vz3r6lpa";
};

nativeBuildInputs = [ cmake ninja ];