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

Commits on Sep 9, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    6655109 View commit details
  2. Merge pull request #97539 from evanjs/cht.sh/unstable-2020-08-06

    cht-sh: unstable-2019-08-06 -> unstable-2020-08-06
    worldofpeace authored Sep 9, 2020
    Copy the full SHA
    fa0ed8d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/cht.sh/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/cht.sh/default.nix
Original file line number Diff line number Diff line change
@@ -9,15 +9,15 @@

stdenv.mkDerivation {
pname = "cht.sh";
version = "unstable-2019-08-06";
version = "unstable-2020-08-06";

nativeBuildInputs = [ makeWrapper ];

src = fetchFromGitHub {
owner = "chubin";
repo = "cheat.sh";
rev = "f507ba51d6bc1ae6c7df808cadbe4f8603951b6b";
sha256 = "0r7x9a3qzzkbd1m5zdlkpmhx0p7b7ja42190s7fidls3dsm710g0";
rev = "9f99bec1f0293e84d6d8a990a1940c1422e3b0ce";
sha256 = "1n4lgzsgg4502zh113d7pb1hw6bykqx6vpfp8j08z7y5clmdiwa6";
};

# Fix ".cht.sh-wrapped" in the help message