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

Commits on May 22, 2018

  1. thefuck: 3.26 -> 3.27

    Synthetica9 committed May 22, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    nbbeeken Neal Beeken
    Copy the full SHA
    180eff1 View commit details
  2. Merge pull request #40936 from Synthetica9/thefuck327

    thefuck: 3.26 -> 3.27
    lukateras authored May 22, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    nbbeeken Neal Beeken
    Copy the full SHA
    bda01a5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/thefuck/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/thefuck/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

buildPythonApplication rec {
pname = "thefuck";
version = "3.26";
version = "3.27";

src = fetchFromGitHub {
owner = "nvbn";
repo = "${pname}";
rev = version;
sha256 = "0iyihbp94z38xajy8yfbn3ky7irnam1zwyswg34cw4kkfgggrwhz";
sha256 = "1lsg0g9lnpj2nidggm16b7jm4xzhg0dgy81crfzny62hah1zk0pj";
};

propagatedBuildInputs = [ colorama decorator psutil pyte six ];