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

Commits on Oct 31, 2020

  1. fet-sh: 1.7 -> 1.8

    r-ryantm committed Oct 31, 2020
    Copy the full SHA
    172f396 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #102288 from r-ryantm/auto-update/fet-sh

    fet-sh: 1.7 -> 1.8
    marsam authored Nov 1, 2020
    Copy the full SHA
    7551ec6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/fet-sh/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fet-sh/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
pname = "fet-sh";
version = "1.7";
version = "1.8";

src = fetchFromGitHub {
owner = "6gk";
repo = "fet.sh";
rev = "v${version}";
sha256 = "02izkwfph4i62adwns4q4w1pfcmdsczm8ghagx5yb9315ww3adzn";
sha256 = "1czjsyagwzbf8l023l1saz9ssb1hc245a64nfwc8wl0cn4h9byky";
};

dontBuild = true;