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

Commits on Jan 6, 2020

  1. entr: 4.3 -> 4.4

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    2aff226 View commit details
  2. Merge pull request #77029 from r-ryantm/auto-update/entr

    entr: 4.3 -> 4.4
    adisbladis authored Jan 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8759203 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/entr/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/entr/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "entr";
version = "4.3";
version = "4.4";

src = fetchurl {
url = "http://entrproject.org/code/${pname}-${version}.tar.gz";
sha256 = "0ni34sfrssa6njiqm22q2kxv437r6vbs0a6mys8kwwn7vbdw30dh";
sha256 = "1x2hyc8vc5dz6k7b3291vxz36wllhinvqrb0d8zx9bv0ydj6qmjl";
};

postPatch = ''